Add type service in settings advanced page.
Currently it only includes the gms service Bug: 35317876 Test: RunSettingsRoboTests Change-Id: I20a2a9d320efe4aed036552d450f59c89e81584a
This commit is contained in:
@@ -41,4 +41,9 @@ public interface PowerUsageFeatureProvider {
|
||||
* Check whether advanced ui is enabled
|
||||
*/
|
||||
boolean isAdvancedUiEnabled();
|
||||
|
||||
/**
|
||||
* Check whether it is type service
|
||||
*/
|
||||
boolean isTypeService(String[] packages);
|
||||
}
|
||||
|
Reference in New Issue
Block a user