Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do i disable installed version of Google Play services on my android device?

My application uses Google maps feature which needs Google Play services to be installed and enabled on the device.I wanted to test a case in which if Google play service has been disabled by user manually ask user to enable it so that application can work properly.SO i need to test my code against this case but I don't know how do I disable (not uninstall) Google play service on my phone and check if my code works properly.

Thanks

like image 692
Anshul Avatar asked Feb 07 '13 09:02

Anshul


People also ask

Can I disable Google Play Services on Android?

Google Play Services isn't the same as the Google Play Store app, and is included with Android. Google Play Services doesn't make your battery drain faster or use too much of your mobile data plan. You can't force stop or uninstall Google Play services.

Do I need Google Play Services on my Android phone?

Google Play services helps to ensure the security and reliability of an Android device, and keep devices updated with the latest security features. This includes: Google Play Protect, which can warn users if an app contains known malware.


1 Answers

Go to your device's Settings --> Applications --> Tab "All" --> Google Play services and press the Disable button. It may pop up a dialog asking for a confirmation, in which case just answer OK.

like image 124
Giorgos Kylafas Avatar answered Oct 23 '22 03:10

Giorgos Kylafas