Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
アクティビティをマニフェストに追加
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <pub@s1204.me>
  • Loading branch information
s1204IT authored Dec 4, 2023
1 parent 7db0a59 commit ebca723
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
</intent-filter>
</activity>

<activity
android:name=".RecentsActivity"
android:exported="true"
android:label="アプリ履歴"
android:launchMode="singleInstance"
android:noHistory="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>

<activity
android:name=".DevelopmentOptions"
android:clearTaskOnLaunch="true"
Expand Down

0 comments on commit ebca723

Please sign in to comment.