mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-01-23 10:17:31 +01:00
chore: merge branch dev
to main
(#291)
This commit is contained in:
commit
c2d121f32b
@ -26,6 +26,7 @@ public class MicroGSupport {
|
|||||||
Toast.makeText(context, str("microg_not_installed_warning"), Toast.LENGTH_LONG).show();
|
Toast.makeText(context, str("microg_not_installed_warning"), Toast.LENGTH_LONG).show();
|
||||||
|
|
||||||
var intent = new Intent(Intent.ACTION_VIEW);
|
var intent = new Intent(Intent.ACTION_VIEW);
|
||||||
|
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||||
intent.setData(Uri.parse(VANCED_MICROG_DOWNLOAD_LINK));
|
intent.setData(Uri.parse(VANCED_MICROG_DOWNLOAD_LINK));
|
||||||
context.startActivity(intent);
|
context.startActivity(intent);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user