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

Commit 7d9e3773 authored by Manjeet Rulhania's avatar Manjeet Rulhania Committed by Android (Google) Code Review
Browse files

Merge "Add featureFlag attribute for new RECORD_SENSITIVE_CONTENT permission" into main

parents 29731fc5 5710c644
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ android_app {
        "camera_platform_flags",
        "android.net.platform.flags-aconfig",
        "com.android.window.flags.window-aconfig",
        "android.permission.flags-aconfig",
    ],
}

+2 −1
Original line number Diff line number Diff line
@@ -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). -->