1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-10 23:41:38 +09:00

Merge pull request #1 from monefiera/master

おすすめアプリとして設定
This commit is contained in:
Chippppp 2024-01-19 21:55:32 +09:00 committed by GitHub
commit 921c026a17
2 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -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>
@ -9,4 +13,4 @@
<item>reply</item>
<item>reply_all</item>
</string-array>
</resources>
</resources>