Skip to content
Commit 7699ecdf authored by Jay Thomas Sullivan's avatar Jay Thomas Sullivan
Browse files

Extract appop restrictions

Extract all (or most) app-op restrictions behavior out of AppOpsService
and into LegacyAppOpsServiceInterfaceImpl.

There are two types of app-op restrictions: global restrictions and user
restrictions. Currently, the code/variables for both of these features
resides in AppOpsService. As part of ongoing refactoring work, we want
to move this functionality into another class and provide an interface
which AppOpsService can use to access it.

Test: atest AppOpsLegacyRestrictionsTest
Bug: 240200048
Change-Id: I18121136c0855d72b3b530b68dce2e2de4d40d16
parent 7144d64e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment