diff options
Diffstat (limited to 'tools/preload/Record.java')
-rw-r--r-- | tools/preload/Record.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/preload/Record.java b/tools/preload/Record.java index ac99f1c..14e9201 100644 --- a/tools/preload/Record.java +++ b/tools/preload/Record.java @@ -28,12 +28,16 @@ class Record { "com.google.android.apps.maps\\u003AFriendService", "com.google.android.apps.maps:driveabout", "com.google.android.apps.maps\\u003Adriveabout", + "com.google.android.apps.maps:GoogleLocationService", + "com.google.android.apps.maps\\u003AGoogleLocationService", "com.google.android.apps.maps:LocationFriendService", "com.google.android.apps.maps\\u003ALocationFriendService", "com.google.android.apps.maps:MapsBackgroundService", "com.google.android.apps.maps\\u003AMapsBackgroundService", "com.google.android.apps.maps:NetworkLocationService", "com.google.android.apps.maps\\u003ANetworkLocationService", + "com.android.chrome:sandboxed_process", + "com.android.chrome\\u003Asandboxed_process", "com.android.fakeoemfeatures:background", "com.android.fakeoemfeatures\\u003Abackground", "com.android.fakeoemfeatures:core", |