Commit 7637f8e2 authored by kuxulei's avatar kuxulei

打测试包

parent 731cc6e9
......@@ -13,7 +13,7 @@ android {
compileSdk = 34
defaultConfig {
applicationId = "com.tool.advanced.cleaner"
applicationId = "com.shiwu.pdfreadall.scan"
minSdk = 24
targetSdk = 34
versionCode = 2
......
......@@ -9,7 +9,7 @@
"client_info": {
"mobilesdk_app_id": "1:755421476297:android:c66d8129d83b17e8af6418",
"android_client_info": {
"package_name": "com.tool.advanced.cleaner"
"package_name": "com.shiwu.pdfreadall.scan"
}
},
"oauth_client": [],
......
......@@ -4,7 +4,7 @@
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.tool.advanced.cleaner",
"applicationId": "test.test",
"variantName": "release",
"elements": [
{
......@@ -13,7 +13,7 @@
"attributes": [],
"versionCode": 2,
"versionName": "1.0",
"outputFile": "pdf-v2025-02-28-17-30-20-release.apk"
"outputFile": "pdf-v2025-02-28-18-36-18-release.apk"
}
],
"elementType": "File",
......@@ -22,14 +22,14 @@
"minApi": 28,
"maxApi": 30,
"baselineProfiles": [
"baselineProfiles/1/pdf-v2025-02-28-17-30-20-release.dm"
"baselineProfiles/1/pdf-v2025-02-28-18-36-18-release.dm"
]
},
{
"minApi": 31,
"maxApi": 2147483647,
"baselineProfiles": [
"baselineProfiles/0/pdf-v2025-02-28-17-30-20-release.dm"
"baselineProfiles/0/pdf-v2025-02-28-18-36-18-release.dm"
]
}
],
......
......@@ -44,12 +44,12 @@ class ResultActivity : BaseActivity<ActivityResultBinding>() {
when (from) {
FUNCTION_SCAM_JUNK -> {
binding.tvFunction.text = getString(R.string.app_process)
binding.ivFunction.setImageResource(R.mipmap.process)
binding.ivFunction.setImageResource(R.mipmap.icon_screenshot_tools)
binding.tvFunctionDesc.text = getString(R.string.manage_processes_run_in_the_background)
binding.tvFunctionBtn.text = getString(R.string.scan_now)
binding.tvFunctionBtn.setOnClickListener {
startActivity(Intent(this, AppProcessLoadingActivity::class.java))
startActivity(Intent(this, ScreenshotCleanActivity::class.java))
finish()
}
}
......
......@@ -43,6 +43,7 @@ class SetActivity : BaseActivity<ActivitySetBinding>() {
}
binding.llRate.setOnClickListener {
if (BuildConfig.DEBUG) {
showRateDialog(true)
// NotificationUiUtil.setActionNotification(this@SetActivity, getNextActionId())
} else {
showRateDialog(true)
......
......@@ -51,10 +51,10 @@ object RateDialog {
if (star >= 5) {
AppPreferences.getInstance().put("isRated", true)
try {
val uri =
Uri.parse("https://play.google.com/store/apps/details?id=" + this.packageName)
val intent = Intent(Intent.ACTION_VIEW, uri)
this.startActivity(intent)
// val uri =
// Uri.parse("https://play.google.com/store/apps/details?id=" + this.packageName)
// val intent = Intent(Intent.ACTION_VIEW, uri)
// this.startActivity(intent)
} catch (_: Exception) {
}
}
......
......@@ -83,7 +83,7 @@
android:layout_height="45dp"
android:layout_marginStart="15dp"
android:layout_marginTop="20dp"
android:src="@mipmap/process"
android:src="@mipmap/icon_screenshot_tools"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
tools:ignore="ContentDescription" />
......@@ -103,7 +103,7 @@
android:id="@+id/tv_function"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Process manage"
android:text="Screenshot Cleaner"
android:textColor="@color/black"
android:textSize="16sp"
android:textStyle="bold"
......@@ -114,7 +114,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:text="Manage processes run in the background"
android:text="Check the screenshots to free up more space"
android:textColor="#999999"
android:textSize="13sp"
tools:ignore="HardcodedText" />
......
......@@ -118,14 +118,14 @@
<string name="stop">Stop</string>
<string name="clean_junk">Clean Junk</string>
<string name="scanning_for_running_processes">Scanning for running processes</string>
<string name="manage_processes_run_in_the_background">Manage processes run in the background</string>
<string name="manage_processes_run_in_the_background">Check the screenshots to free up more space</string>
<string name="clean_up_your_phone_storage">Clean up your phone storage</string>
<string name="scan_now">Scan Now</string>
<string name="clean_now">Clean Now</string>
<string name="completed">Completed</string>
<string name="clean">Clean</string>
<string name="scan">Scan</string>
<string name="app_process">Battery Info</string>
<string name="app_process">Screenshot Cleaner</string>
<string name="create">Create</string>
......
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