Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
e9f028c8
Unverified
Commit
e9f028c8
authored
Apr 18, 2021
by
Dylanger Daly
Committed by
GitHub
Apr 17, 2021
Browse files
Add Android Auto to known Google packages (#1396)
parent
1a149c6c
Changes
1
Show whitespace changes
Inline
Side-by-side
play-services-base-core/src/main/java/org/microg/gms/common/PackageUtils.java
View file @
e9f028c8
...
@@ -68,6 +68,7 @@ public class PackageUtils {
...
@@ -68,6 +68,7 @@ public class PackageUtils {
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.meetings"
,
"47a6936b733dbdb45d71997fbe1d610eca36b8bf"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.meetings"
,
"47a6936b733dbdb45d71997fbe1d610eca36b8bf"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.nbu.paisa.user"
,
"80df78bb700f9172bc671779b017ddefefcbf552"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.nbu.paisa.user"
,
"80df78bb700f9172bc671779b017ddefefcbf552"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.dynamite"
,
"519c5a17a60596e6fe5933b9cb4285e7b0e5eb7b"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.dynamite"
,
"519c5a17a60596e6fe5933b9cb4285e7b0e5eb7b"
);
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.projection.gearhead"
,
"9ca91f9e704d630ef67a23f52bf1577a92b9ca5d"
);
}
}
public
static
boolean
isGooglePackage
(
Context
context
,
String
packageName
)
{
public
static
boolean
isGooglePackage
(
Context
context
,
String
packageName
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment