Skip to content

Commit fe9c353

Browse files
committed
Do not clear com.google.android.gms in Android cleanup_device
1 parent c6697fc commit fe9c353

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)