Forgot this guy

This commit is contained in:
d8ahazard 2016-09-23 16:32:07 -05:00
parent 3de13a4d9e
commit f9513ca802

View File

@ -42,6 +42,10 @@
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>
<service
android:name=".services.TileServiceCompat"
android:enabled="true"
android:exported="true" />
<receiver
android:name=".receivers.PrivateBroadcastReceiver"