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
1 changed files with 3 additions and 2 deletions

View File

@ -27,9 +27,10 @@
android:name=".activities.SplashActivity"
android:theme="@style/SplashTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>