把应用统一资源配置属性放到类库,方便其他应用统一调用。

This commit is contained in:
2026-05-11 01:29:32 +08:00
parent 3669a96768
commit 436e92702f
5 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
android:theme="@style/MyAPPBaseTheme"
android:resizeableActivity="true"
android:process=":App"
android:sharedUserId="cc.winboll.studio"
android:sharedUserId="@string/shared_user_id"
android:sharedUserLabel="@string/shared_user_label">
<activity

View File

@@ -6,5 +6,4 @@
<string name="app_debug">Click here is switch to APP DEBUG</string>
<string name="gitea_home">GITEA HOME</string>
<string name="app_update">APP UPDATE</string>
<string name="shared_user_label">studio@winboll.cc</string>
</resources>