Commit 02983f02 authored by guest's avatar guest

修改文案

parent 73eaf69c
...@@ -288,7 +288,7 @@ object NotificationUtil { ...@@ -288,7 +288,7 @@ object NotificationUtil {
ID_APP_MANAGER -> { ID_APP_MANAGER -> {
val icon = R.mipmap.h_appmanager val icon = R.mipmap.h_appmanager
val desc = AppManagerStringManager.getNextDesc() val desc = AppManagerStringManager.getNextDesc()
val btn = "App Manager" val btn = "Uninstall App"
bigRemoteViews.setImageViewResource(R.id.iv_icon, icon) bigRemoteViews.setImageViewResource(R.id.iv_icon, icon)
bigRemoteViews.setTextViewText(R.id.tv_desc, desc) bigRemoteViews.setTextViewText(R.id.tv_desc, desc)
bigRemoteViews.setTextViewText(R.id.id_tv_btn, btn) bigRemoteViews.setTextViewText(R.id.id_tv_btn, btn)
......
...@@ -44,7 +44,8 @@ object NewComUtils { ...@@ -44,7 +44,8 @@ object NewComUtils {
"$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${ "$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${
AppPreferences.getInstance().getString("gid", "") AppPreferences.getInstance().getString("gid", "")
}&aid=${AppPreferences.getInstance().getString("uuid", "")}&mode=4" }&aid=${AppPreferences.getInstance().getString("uuid", "")}"
// &mode=4
} }
fun requestCfg(callback: () -> Unit) { fun requestCfg(callback: () -> Unit) {
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center" android:layout_gravity="center"
android:text="App Manager" android:text="Uninstall App"
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" android:textStyle="bold"
tools:ignore="HardcodedText" /> tools:ignore="HardcodedText" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment