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
1a149c6c
Commit
1a149c6c
authored
Jan 11, 2021
by
Dima Ryazanov
Committed by
Marvin W.
Apr 17, 2021
Browse files
Add Chat to known Google packages
parent
63d09df2
Changes
1
Hide whitespace changes
Inline
Side-by-side
play-services-base-core/src/main/java/org/microg/gms/common/PackageUtils.java
View file @
1a149c6c
...
...
@@ -67,6 +67,7 @@ public class PackageUtils {
KNOWN_GOOGLE_PACKAGES
.
put
(
"com.google.android.apps.subscriptions.red"
,
"de8304ace744ae4c4e05887a27a790815e610ff0"
);
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.dynamite"
,
"519c5a17a60596e6fe5933b9cb4285e7b0e5eb7b"
);
}
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