Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a55b2ad7 authored by Suprabh Shukla's avatar Suprabh Shukla
Browse files

Making app_standby_enabled a SystemApi

So system apps do not have to use a string constant and maintain it to
match the constant defined in Settings.

Test: Builds, boots, existing tests pass.

Fixes: 73156686
Change-Id: I2ff9d2cce6a477b2fcc81378496abef04798dd2b
parent 4af6c7a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4267,6 +4267,7 @@ package android.provider {
  public static final class Settings.Global extends android.provider.Settings.NameValueTable {
    method public static boolean putString(android.content.ContentResolver, java.lang.String, java.lang.String, java.lang.String, boolean);
    method public static void resetToDefaults(android.content.ContentResolver, java.lang.String);
    field public static final java.lang.String APP_STANDBY_ENABLED = "app_standby_enabled";
    field public static final java.lang.String AUTOFILL_COMPAT_MODE_ALLOWED_PACKAGES = "autofill_compat_mode_allowed_packages";
    field public static final java.lang.String CARRIER_APP_NAMES = "carrier_app_names";
    field public static final java.lang.String CARRIER_APP_WHITELIST = "carrier_app_whitelist";
+1 −0
Original line number Diff line number Diff line
@@ -10782,6 +10782,7 @@ public final class Settings {
         * Default: 1
         * @hide
         */
        @SystemApi
        public static final String APP_STANDBY_ENABLED = "app_standby_enabled";
        /**