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

Commit d25feb05 authored by Songchun Fan's avatar Songchun Fan
Browse files

[SettingsProvider] restrict readability of media_button_receiver to apps targeting R and below

BUG: 189122911
Test: atest android.appsecurity.cts.ReadableSettingsFieldsTest
Change-Id: I6084d4c0d2a4e208827bcb159d0aa6803b310684
parent 2464b3f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4700,7 +4700,7 @@ public final class Settings {
         *
         * @hide
         */
        @Readable
        @Readable(maxTargetSdk = Build.VERSION_CODES.R)
        public static final String MEDIA_BUTTON_RECEIVER = "media_button_receiver";
        /**