Skip to content

Commit

Permalink
Merge pull request #22 from s1204IT/master
Browse files Browse the repository at this point in the history
端末の設定アプリから起動できる様修正
  • Loading branch information
Chipppppppppp authored Jan 20, 2024
2 parents 3d51d19 + 4951006 commit c8dff18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
android:exported="true" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
Expand Down

0 comments on commit c8dff18

Please sign in to comment.