Enable gms provider for stub

This commit is contained in:
vvb2060 2022-04-15 20:57:08 +08:00 committed by John Wu
parent b4c398542a
commit 4202b7a9dc

View File

@ -66,6 +66,8 @@ public class DownloadActivity extends Activity {
// Inject resources
loadResources();
ProviderInstaller.install(this);
if (Networking.checkNetworkStatus(this)) {
if (apkLink == null) {
fetchCanary();