Merge "Add Sensors Off QS developer tile"

This commit is contained in:
Michael Groover
2019-03-22 00:34:21 +00:00
committed by Android (Google) Code Review
4 changed files with 100 additions and 1 deletions

View File

@@ -2971,6 +2971,17 @@
</intent-filter>
</service>
<service
android:name=".development.qstile.DevelopmentTiles$SensorsOff"
android:label="@string/sensors_off_quick_settings_title"
android:icon="@drawable/tile_icon_sensors_off"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
android:enabled="false">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>
<activity
android:name=".HelpTrampoline"
android:exported="true"