Long Press on Tile will lead to SplashActivity

This commit is contained in:
Christopher Jakob
2017-11-22 21:35:14 +01:00
parent c4bc06e3bc
commit a304f4fc02

View File

@@ -28,6 +28,7 @@
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>