Remove showing the "allow" button for "allow one time" on automotive
There appears to be cases where permission dialogs show
"Allow one time", "Allow while in foreground", and "deny".
The current code, since we don't want to show one time
permissions on automotive, would change that to
"Allow", "Allow while in foreground", and "deny",
where "Allow" and "Allow while in foreground" do the
same thing. It should really just have "Allow while in
foreground" and "deny".
Test: m cts, cts-tradefed,
run cts -m CtsPermission3TestCases
run cts -m CtsPermissionTestCases
run cts -m CtsOsTestCases -t android.os.cts.AutoRevokeTest#testUnusedApp_getsPermissionRevoked
Bug: 169797619
Change-Id: I6d24c0708576239fd6f58c9e38ae60c6e3472631
Loading
Please register or sign in to comment