diff options
author | 2024-03-06 05:51:13 +0000 | |
---|---|---|
committer | 2024-03-18 17:39:02 +0000 | |
commit | 7903df8875d9cac7b7ea5fe673127460fa3af1c1 (patch) | |
tree | f487404f1c1728daaa8a548e89d6672cb3a3fe08 /flags/flags.aconfig | |
parent | 27e479fbc59897034544b0f79d3377e86e12bcba (diff) |
Conditionally show permission grant dialog on a remote device
This CL includes following changes:
1) Currently we can show the permission grant dialog on a remote device only when the requested permissions are device aware and requested for the remote device. Otherwise we show a warning dialog. Screenshot: https://screenshot.googleplex.com/B6MHCP9MJaA6HNc
2) Check device capability for camera and audio when requesting such permissions for a remote device.
3) Remove feature flag device_aware_permission_grant_enabled due to no flags required for features in mainline module to be released in V.
Bug: 324470724
Bug: 325336076
Test: atest DeviceAwarePermissionGrantTest
Change-Id: Icb544dc7277750ab5597e60e2a2f5cb134006da1
LOW_COVERAGE_REASON=322876988
Diffstat (limited to 'flags/flags.aconfig')
-rw-r--r-- | flags/flags.aconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig index 3077dd290..337936fd4 100644 --- a/flags/flags.aconfig +++ b/flags/flags.aconfig @@ -2,14 +2,6 @@ package: "com.android.permission.flags" container: "com.android.permission" flag { - name: "device_aware_permission_grant_enabled" - is_fixed_read_only: true - namespace: "permissions" - description: "Enables device aware grant permission flow" - bug: "292252664" -} - -flag { name: "private_profile_supported" namespace: "permissions" description: "This flag is used to support private profile in safety center" |