We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e22a22 + 98e00ad commit 4b51e29Copy full SHA for 4b51e29
tools/preload/Record.java
@@ -30,8 +30,22 @@ class Record {
30
"com.google.android.apps.maps\\u003Adriveabout",
31
"com.google.android.apps.maps:LocationFriendService",
32
"com.google.android.apps.maps\\u003ALocationFriendService",
33
+ "com.google.android.apps.maps:MapsBackgroundService",
34
+ "com.google.android.apps.maps\\u003AMapsBackgroundService",
35
"com.google.android.apps.maps:NetworkLocationService",
36
"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",
49
};
50
51
enum Type {
0 commit comments