Loading core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -9561,6 +9561,14 @@ public final class Settings { */ public static final String CONTACTS_DATABASE_WAL_ENABLED = "contacts_database_wal_enabled"; /** * Flag to enable the link to location permissions in location setting. Set to 0 to disable. * * @hide */ public static final String LOCATION_SETTINGS_LINK_TO_PERMISSIONS_ENABLED = "location_settings_link_to_permissions_enabled"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading Loading
core/java/android/provider/Settings.java +8 −0 Original line number Diff line number Diff line Loading @@ -9561,6 +9561,14 @@ public final class Settings { */ public static final String CONTACTS_DATABASE_WAL_ENABLED = "contacts_database_wal_enabled"; /** * Flag to enable the link to location permissions in location setting. Set to 0 to disable. * * @hide */ public static final String LOCATION_SETTINGS_LINK_TO_PERMISSIONS_ENABLED = "location_settings_link_to_permissions_enabled"; /** * Settings to backup. This is here so that it's in the same place as the settings * keys and easy to update. Loading