Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Add activity label
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT committed Aug 21, 2023
1 parent 3b01f8f commit 9d11ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

<activity
android:name=".DisableActivity"
android:exported="true">
android:exported="true"
android:label="@string/enable">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
</intent-filter>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<string name="disabled_camera">無音カメラ</string>
<string name="enable">シャッター音の有効化</string>
<string name="enabled">シャッター音を有効にしました</string>
<string name="write">「Galaxy CamSnd」を有効にしてください</string>
</resources>

0 comments on commit 9d11ef4

Please sign in to comment.