diff options
-rw-r--r-- | core/res/Android.bp | 1 | ||||
-rw-r--r-- | core/res/AndroidManifest.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/core/res/Android.bp b/core/res/Android.bp index a44e92ca4019..9207aa8e9c24 100644 --- a/core/res/Android.bp +++ b/core/res/Android.bp @@ -163,6 +163,7 @@ android_app { "android.net.platform.flags-aconfig", "com.android.window.flags.window-aconfig", "android.permission.flags-aconfig", + "android.os.flags-aconfig", ], } diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 9f00d5e08bbf..193836ed9b15 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -8243,7 +8243,8 @@ <p>Not for use by third-party applications. --> <permission android:name="android.permission.CAPTURE_CONSENTLESS_BUGREPORT_DELEGATED_CONSENT" - android:protectionLevel="signature|privileged" /> + android:protectionLevel="signature|privileged" + android:featureFlag="android.os.allow_consentless_bugreport_delegated_consent" /> <!-- @SystemApi Allows to call APIs that log process lifecycle events @hide --> |