It might compile, is probably broken atm...
This commit is contained in:
d8ahazard
2016-09-21 07:39:12 -05:00
parent 8176fb7bad
commit 0cbf66996f
14 changed files with 140 additions and 155 deletions
+6 -1
View File
@@ -42,7 +42,7 @@
</service>
<receiver
android:name=".tile.PrivateBroadcastReceiver"
android:name=".receivers.PrivateBroadcastReceiver"
android:enabled="true"
android:exported="true">
<intent-filter>
@@ -107,6 +107,11 @@
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
<receiver android:name=".RootFragment.mYourBroadcastReceiner">
<intent-filter>
<action android:name="com.magisk.UPDATEUI"/>
</intent-filter>
</receiver>
</application>