[SettingsProvider] restrict readability of sysui_qs_tiles
Prevent third-party apps targeting U and above from reading this setting directly, because it might leak information about installed packages. BUG: 232938844 Test: builds Change-Id: I82ddd8da061f18897d70793a996dd33bc955fd99
This commit is contained in:
@@ -10091,7 +10091,7 @@ public final class Settings {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@Readable
|
||||
@Readable(maxTargetSdk = VERSION_CODES.TIRAMISU)
|
||||
public static final String QS_TILES = "sysui_qs_tiles";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user