Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
2be0cef4
Commit
2be0cef4
authored
Oct 23, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add proper intent filters to stub
parent
294db93f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
DynAPK.java
shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java
+1
-1
AndroidManifest.xml
stub/src/main/AndroidManifest.xml
+1
-0
No files found.
shared/src/main/java/com/topjohnwu/magisk/utils/DynAPK.java
View file @
2be0cef4
...
@@ -9,7 +9,7 @@ import static android.os.Build.VERSION.SDK_INT;
...
@@ -9,7 +9,7 @@ import static android.os.Build.VERSION.SDK_INT;
public
class
DynAPK
{
public
class
DynAPK
{
private
static
final
int
STUB_VERSION
=
1
;
private
static
final
int
STUB_VERSION
=
2
;
// Indices of the object array
// Indices of the object array
private
static
final
int
STUB_VERSION_ENTRY
=
0
;
private
static
final
int
STUB_VERSION_ENTRY
=
0
;
...
...
stub/src/main/AndroidManifest.xml
View file @
2be0cef4
...
@@ -57,6 +57,7 @@
...
@@ -57,6 +57,7 @@
android:name=
"a.w"
android:name=
"a.w"
android:directBootAware=
"true"
>
android:directBootAware=
"true"
>
<intent-filter>
<intent-filter>
<action
android:name=
"android.intent.action.REBOOT"
/>
<action
android:name=
"android.intent.action.BOOT_COMPLETED"
/>
<action
android:name=
"android.intent.action.BOOT_COMPLETED"
/>
<action
android:name=
"android.intent.action.LOCALE_CHANGED"
/>
<action
android:name=
"android.intent.action.LOCALE_CHANGED"
/>
</intent-filter>
</intent-filter>
...
...
Write
Preview
Markdown
is supported
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