Skip to content

Commit

Permalink
feat: long press tile to open MainActivity
Browse files Browse the repository at this point in the history
close #224
  • Loading branch information
aistra0528 committed Jun 18, 2024
1 parent b88e986 commit 879ac3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@

<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
</intent-filter>
</activity>
<activity
android:name=".ui.api.ApiActivity"
Expand Down

0 comments on commit 879ac3f

Please sign in to comment.