fix:尝试解决部分手机应用名读取成XChat_Android_Core问题
This commit is contained in:
@@ -22,9 +22,9 @@ android {
|
||||
buildConfigField "boolean", "ISOLATION_MODE", "$isolationMode"
|
||||
resConfigs "en", "zh-rTW", "ar"
|
||||
if (isolationMode) {
|
||||
resValue "string", "app_name", "Mo-debug"
|
||||
resValue "string", "app_launch_name", "Mo-debug"
|
||||
} else {
|
||||
resValue "string", "app_name", "MoliStar"
|
||||
resValue "string", "app_launch_name", "MoliStar"
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -87,7 +87,7 @@
|
||||
android:name=".application.App"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:label="@string/app_name"
|
||||
android:label="@string/app_launch_name"
|
||||
android:largeHeap="true"
|
||||
android:networkSecurityConfig="@xml/network_security_config"
|
||||
android:resizeableActivity="true"
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<resources>
|
||||
|
||||
<string name="app_name">XChat_Android_Core</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_01">تعمل المنصة على تعزيز التفاعلات الودية وتحظر ترويج ونشر المحتوى غير القانوني. الأنشطة الاحتيالية ضد المستخدمين ممنوعة منعا باتا. أي انتهاكات ستؤدي إلى تعليق الحساب. يرجى الإبلاغ عن أي انتهاكات على وجه السرعة.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_02">تعال إلى موليستار واجتمع بصوتك الحصري.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_03">تعال إلى موليستار، واصنع أصدقاء، والعب معًا.</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">XChat_Android_Core</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_01">平臺倡導友善互動,禁止宣傳及發佈違規違法內容,嚴禁欺詐用戶,如有違規將進行帳號封禁,如有違規請及時舉報。</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_02">來MoliStar,邂逅你的專屬聲音</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_03">來MoliStar,開黑交友玩遊戲</string>
|
||||
|
@@ -1,5 +1,4 @@
|
||||
<resources>
|
||||
<string name="app_name">XChat_Android_Core</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_01">The platform promotes friendly interactions and prohibits the promotion and dissemination of illegal content. Fraudulent activities against users are strictly prohibited. Any violations will result in account suspension. Please report any violations promptly.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_02">Come to MoliStar and meet your exclusive voice.</string>
|
||||
<string name="yizhuan_xchat_android_constants_xchatconstants_03">Come to MoliStar, make friends, and play games together.</string>
|
||||
|
Reference in New Issue
Block a user