Skip to content

Commit

Permalink
Start app on quick tile long press
Browse files Browse the repository at this point in the history
  • Loading branch information
karasevm committed Jan 13, 2023
1 parent 6fed392 commit 33f9018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
android:name=".MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down

0 comments on commit 33f9018

Please sign in to comment.