Loading core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ android_app { "camera_platform_flags", "android.net.platform.flags-aconfig", "com.android.window.flags.window-aconfig", "android.permission.flags-aconfig", ], } Loading core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -6920,7 +6920,8 @@ projection. This is intended for on device screen recording system app. @FlaggedApi("android.permission.flags.sensitive_notification_app_protection") --> <permission android:name="android.permission.RECORD_SENSITIVE_CONTENT" android:protectionLevel="signature"/> android:protectionLevel="signature" android:featureFlag="android.permission.flags.sensitive_notification_app_protection"/> <!-- @SystemApi Allows an application to read install sessions @hide This is not a third-party API (intended for system apps). --> Loading Loading
core/res/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -161,6 +161,7 @@ android_app { "camera_platform_flags", "android.net.platform.flags-aconfig", "com.android.window.flags.window-aconfig", "android.permission.flags-aconfig", ], } Loading
core/res/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -6920,7 +6920,8 @@ projection. This is intended for on device screen recording system app. @FlaggedApi("android.permission.flags.sensitive_notification_app_protection") --> <permission android:name="android.permission.RECORD_SENSITIVE_CONTENT" android:protectionLevel="signature"/> android:protectionLevel="signature" android:featureFlag="android.permission.flags.sensitive_notification_app_protection"/> <!-- @SystemApi Allows an application to read install sessions @hide This is not a third-party API (intended for system apps). --> Loading