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:
@@ -38,4 +38,9 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
|
||||
public boolean isAdvancedUiEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isTypeService(String[] packages) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user