Commit 4202b7a9 authored by vvb2060's avatar vvb2060 Committed by John Wu

Enable gms provider for stub

parent b4c39854
...@@ -66,6 +66,8 @@ public class DownloadActivity extends Activity { ...@@ -66,6 +66,8 @@ public class DownloadActivity extends Activity {
// Inject resources // Inject resources
loadResources(); loadResources();
ProviderInstaller.install(this);
if (Networking.checkNetworkStatus(this)) { if (Networking.checkNetworkStatus(this)) {
if (apkLink == null) { if (apkLink == null) {
fetchCanary(); fetchCanary();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment