Disabling Google Apps in GMS
Some customers would like to use Google Maps (and possibly Gmail and Chrome) but to hide the other GMS applications which are installed in the GMS OS builds :
The AppMgr CSP provides a straightforward way to disable these apps via either StageNow or the EMDK. Using StageNow a profile can be created which selectively disables each app using the package name which you can query using the command ‘adb shell pm list packages’:
The relevant package names for GMS apps are as shown in the XML extract below:
The format for the AppMgr CSP step in StageNow is as follows:
After creating a StageNow profile which disables the relevant apps , the resulting barcode can be scanned and after a short delay of approx 30s , the specified apps will be removed from the Program Launcher :
Note that the profile can be made persistent via adding a PersistMgr step which will reapply the profile after an enterprise reset – this step looks similar to the following and should be the last step in the profile
Note also that apps can be selectively re-enabled using the same AppMgr CSP with Enable Application selected and the relevant package name. A non-persistent example StageNow profile which disables all GMS apps apart from Maps, Gmail and Chrome is attached together with the barcode.
***** Update July 16 *****
One additional benefit of disabling unused GMS apps is that it will free up RAM which may be limited on some devices. As an example, a TC55 with GMS OS 2.65 can have over 200MB extra RAM available after applying the attached GMS disable profile and rebooting as shown in the screenshots below:
Before GMS App Disable After GMS App Disable
Anonymous (not verified)