You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
WIP Tile stuff
This commit is contained in:
@@ -42,8 +42,9 @@
|
||||
</service>
|
||||
|
||||
<receiver
|
||||
android:name=".receivers.PrivateBroadcastReceiver"
|
||||
android:exported="false">
|
||||
android:name=".tile.PrivateBroadcastReceiver"
|
||||
android:enabled="true"
|
||||
android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.topjohnwu.magisk.CUSTOMTILE_ACTION_AUTOROOT"/>
|
||||
<action android:name="com.topjohnwu.magisk.CUSTOMTILE_ACTION_DISABLEROOT"/>
|
||||
|
||||
Reference in New Issue
Block a user