Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e94d09fc authored by Fabian Kozynski's avatar Fabian Kozynski
Browse files

Add BooleanState metadata to DevelopmentTiles

Test: manual, tiles now have correct TB
Bug: 138579147
Change-Id: If4d7c1685058cb63935e57d90af4d0d4c42a3251
parent 9c8fe39c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3033,6 +3033,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"
@@ -3043,6 +3045,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"
@@ -3053,6 +3057,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"
@@ -3063,6 +3069,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
@@ -3074,6 +3082,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
@@ -3085,6 +3095,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