Skip to content

Commit 4b51e29

Browse files
enh-googleAndroid (Google) Code Review
authored andcommitted
Merge "Fix the preloaded-classes tool for JellyBean." into jb-dev
2 parents 7e22a22 + 98e00ad commit 4b51e29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tools/preload/Record.java

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,22 @@ class Record {
3030
"com.google.android.apps.maps\\u003Adriveabout",
3131
"com.google.android.apps.maps:LocationFriendService",
3232
"com.google.android.apps.maps\\u003ALocationFriendService",
33+
"com.google.android.apps.maps:MapsBackgroundService",
34+
"com.google.android.apps.maps\\u003AMapsBackgroundService",
3335
"com.google.android.apps.maps:NetworkLocationService",
3436
"com.google.android.apps.maps\\u003ANetworkLocationService",
37+
"com.android.fakeoemfeatures:background",
38+
"com.android.fakeoemfeatures\\u003Abackground",
39+
"com.android.fakeoemfeatures:core",
40+
"com.android.fakeoemfeatures\\u003Acore",
41+
"com.google.android.music:main",
42+
"com.google.android.music\\u003Amain",
43+
"com.google.android.music:ui",
44+
"com.google.android.music\\u003Aui",
45+
"com.google.android.setupwarlock:broker",
46+
"com.google.android.setupwarlock\\u003Abroker",
47+
"android:ui",
48+
"android\\u003Aui",
3549
};
3650

3751
enum Type {

0 commit comments

Comments
 (0)