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:
jackqdyulei
2017-02-13 15:14:51 -08:00
parent 07eaca52f4
commit acc195fdde
4 changed files with 47 additions and 0 deletions

View File

@@ -38,4 +38,9 @@ public class PowerUsageFeatureProviderImpl implements PowerUsageFeatureProvider
public boolean isAdvancedUiEnabled() {
return false;
}
@Override
public boolean isTypeService(String[] packages) {
return false;
}
}