Skip to content

Commit 98e00ad

Browse files
committed
Fix the preloaded-classes tool for JellyBean.
Bug: 5213043 Change-Id: I8178ca04da0bd72a90244983be5e8ecfbc1b0573
1 parent c6015df commit 98e00ad

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)