Skip to content

Commit

Permalink
Merge pull request #1 from monefiera/master
Browse files Browse the repository at this point in the history
おすすめアプリとして設定
  • Loading branch information
Chipppppppppp authored Jan 19, 2024
2 parents cbe4ffc + d9c5ab1 commit 921c026
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<meta-data
android:name="xposedsharedprefs"
android:value="true" />
<meta-data
android:name="xposedscope"
android:resource="@array/xposed_scope" />
</application>

</manifest>
</manifest>
6 changes: 5 additions & 1 deletion app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<resources>
<!-- Reply Preference -->
<string-array name="xposed_scope">
<item>jp.naver.line.android</item>
</string-array>

<string-array name="reply_entries">
<item>Reply</item>
<item>Reply to all</item>
Expand All @@ -9,4 +13,4 @@
<item>reply</item>
<item>reply_all</item>
</string-array>
</resources>
</resources>

0 comments on commit 921c026

Please sign in to comment.