Loading AndroidManifest.xml +12 −0 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading Loading
AndroidManifest.xml +12 −0 Original line number Diff line number Diff line Loading @@ -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" Loading @@ -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" Loading @@ -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" Loading @@ -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 Loading @@ -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 Loading @@ -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 Loading