Merge "Add BooleanState metadata to DevelopmentTiles"
This commit is contained in:
committed by
Android (Google) Code Review
commit
42d9a70916
@@ -2981,6 +2981,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
<service
|
||||
android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
|
||||
@@ -2991,6 +2993,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
<service
|
||||
android:name=".development.qstile.DevelopmentTiles$ForceRTL"
|
||||
@@ -3001,6 +3005,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
<service
|
||||
android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
|
||||
@@ -3011,6 +3017,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
|
||||
<service
|
||||
@@ -3022,6 +3030,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
|
||||
<service
|
||||
@@ -3033,6 +3043,8 @@
|
||||
<intent-filter>
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.service.quicksettings.BOOLEAN_TILE"
|
||||
android:value="true"/>
|
||||
</service>
|
||||
|
||||
<activity
|
||||
|
Reference in New Issue
Block a user