[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:
Songchun Fan
2022-06-01 17:51:30 +00:00
parent 03f6113559
commit ea8df76520

View File

@@ -10091,7 +10091,7 @@ public final class Settings {
*
* @hide
*/
@Readable
@Readable(maxTargetSdk = VERSION_CODES.TIRAMISU)
public static final String QS_TILES = "sysui_qs_tiles";
/**