WIP Tile stuff

This commit is contained in:
d8ahazard
2016-09-20 17:01:20 -05:00
parent 6a40e18193
commit 8176fb7bad
10 changed files with 144 additions and 33 deletions
+3 -2
View File
@@ -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"/>