| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
| |
If an app op becomes "paused" (microphone muted or disabled by toggle),
remove the indicator immediately as opposed to holding for 5s.
Also, pass the value that we are using for mic muted to
PermissionManager, so they are in sync.
Test: atest SystemUITests
Test: manual
Fixes: 184891081
Change-Id: I4d46fc6e1cefa45c0d718cc01f40c8f060dafee7
|
| |
|
|
|
|
|
|
|
| |
If opNoted is updated for the same uid, op, package that it's already in
the AppOpController, do not send new updates.
Test: atest AppOpsControllerTest
Bug: 143929255
Change-Id: Ib744f7cfb60d8cf1a52f35fbf6c463ac8593ffdb
|
|
|
This is a dependency that replaces AppOpsListener asuming all its
responsibilities and functions. Additionally, it can handle arbitrary
callbacks for an activeChanged notification indicating the uid that had
a change.
In the case of location updates, they are removed if they haven't been
updated in 5 sec.
Test: atest
Change-Id: I647e86418e552721f1a1098d611538ef09654243
|