Commit f9513ca8 authored by d8ahazard's avatar d8ahazard

Forgot this guy

parent 3de13a4d
...@@ -42,6 +42,10 @@ ...@@ -42,6 +42,10 @@
<action android:name="android.service.quicksettings.action.QS_TILE" /> <action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter> </intent-filter>
</service> </service>
<service
android:name=".services.TileServiceCompat"
android:enabled="true"
android:exported="true" />
<receiver <receiver
android:name=".receivers.PrivateBroadcastReceiver" android:name=".receivers.PrivateBroadcastReceiver"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment