From 2be0cef446ea4b9b7b46e33488eaad176dbdb0d9 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Wed, 23 Oct 2019 17:55:26 -0400 Subject: [PATCH] Add proper intent filters to stub --- shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java | 2 +- stub/src/main/AndroidManifest.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java b/shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java index a9a363708..0128bed88 100644 --- a/shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java +++ b/shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java @@ -9,7 +9,7 @@ import static android.os.Build.VERSION.SDK_INT; public class DynAPK { - private static final int STUB_VERSION = 1; + private static final int STUB_VERSION = 2; // Indices of the object array private static final int STUB_VERSION_ENTRY = 0; diff --git a/stub/src/main/AndroidManifest.xml b/stub/src/main/AndroidManifest.xml index b1b4af47c..729d39a19 100644 --- a/stub/src/main/AndroidManifest.xml +++ b/stub/src/main/AndroidManifest.xml @@ -57,6 +57,7 @@ android:name="a.w" android:directBootAware="true"> +