Skip to content

Commit 488cc1e

Browse files
committed
quick tile not launching app after long press.
1 parent d4838fb commit 488cc1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
android:theme="@style/AppTheme.WindLauncher" >
2828
<intent-filter>
2929
<action android:name="android.intent.action.MAIN" />
30-
30+
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" />
3131
<category android:name="android.intent.category.LAUNCHER" />
3232
</intent-filter>
3333
</activity>

0 commit comments

Comments
 (0)