We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6697fc + fe9c353 commit 1e82024Copy full SHA for 1e82024
internal/adb.py
@@ -326,7 +326,6 @@ def cleanup_device(self):
326
# Clean up some system apps that collect cruft
327
self.shell(['pm', 'clear', 'com.android.providers.downloads'])
328
self.shell(['pm', 'clear', 'com.google.android.googlequicksearchbox'])
329
- self.shell(['pm', 'clear', 'com.google.android.gms'])
330
self.shell(['pm', 'clear', 'com.google.android.youtube'])
331
self.shell(['pm', 'clear', 'com.motorola.motocare'])
332
# in case busybox is installed, try a manual fstrim
0 commit comments