Skip to content

Commit 1e82024

Browse files
authored
Merge pull request #210 from appzuka/master
Do not clear com.google.android.gms in Android cleanup_device
2 parents c6697fc + fe9c353 commit 1e82024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/adb.py

-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ def cleanup_device(self):
326326
# Clean up some system apps that collect cruft
327327
self.shell(['pm', 'clear', 'com.android.providers.downloads'])
328328
self.shell(['pm', 'clear', 'com.google.android.googlequicksearchbox'])
329-
self.shell(['pm', 'clear', 'com.google.android.gms'])
330329
self.shell(['pm', 'clear', 'com.google.android.youtube'])
331330
self.shell(['pm', 'clear', 'com.motorola.motocare'])
332331
# in case busybox is installed, try a manual fstrim

0 commit comments

Comments
 (0)