diff options
author | 2024-03-19 16:15:37 +0000 | |
---|---|---|
committer | 2024-03-19 18:09:21 +0000 | |
commit | 16b14bc8ba7fc2bbfa4bd87b722a026b6f24690a (patch) | |
tree | f487404f1c1728daaa8a548e89d6672cb3a3fe08 /flags | |
parent | fd02606476660e030c090fb6a83b198ec8e63c1d (diff) |
Revert^2 "Conditionally show permission grant dialog on a remote device"
This reverts commit fd02606476660e030c090fb6a83b198ec8e63c1d.
Reason for revert: Fixed the test failure caused by the original change in ag/26622490. Merge original change again.
Change-Id: Ida2f62868f635472ff3fd8a87340683b37c530b3
LOW_COVERAGE_REASON=322876988
Diffstat (limited to 'flags')
-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" |