livefront / bridge

An Android library for avoiding TransactionTooLargeException during state saving and restoration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android.preference library is deprecated

mrtry opened this issue · comments

android.preference is deprecated as of Android 10. 😭
Do you plan to migrate?
see: https://developer.android.com/about/versions/10/behavior-changes-all#preferences

Sorry, I confused android.preference and android.content.SharedPreferences

No problem. Even though what you mentioned isn't related I'll note that I'm actually probably going to migrate away from SharedPreferences at some point anyway to resolve #48 .