mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 22:29:19 +00:00
Make auto-update default on Android 12+ & stop background prompts.
Sets preference for auto updates to true by default if device runs Android 12 and later. Reverts change allowing the install prompt to show up from the background and instead require the notification on all Android versions.
This commit is contained in:
@ -132,7 +132,7 @@ object Preferences {
|
||||
Value.EnumerationValue(Preferences.AutoSync.Wifi)
|
||||
)
|
||||
object AutoSyncInstall :
|
||||
Key<Boolean>("auto_sync_install", Value.BooleanValue(true))
|
||||
Key<Boolean>("auto_sync_install", Value.BooleanValue(Android.sdk(31)))
|
||||
|
||||
object IncompatibleVersions :
|
||||
Key<Boolean>("incompatible_versions", Value.BooleanValue(false))
|
||||
|
Reference in New Issue
Block a user