Commit 829e516e authored by wanglei's avatar wanglei

...

parent 172e1810
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
android:icon="@mipmap/logo" android:icon="@mipmap/logo"
android:label="@string/app_name" android:label="@string/app_name"
android:requestLegacyExternalStorage="true"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.AppTheme" android:theme="@style/Theme.AppTheme"
tools:targetApi="31"> tools:targetApi="31">
......
...@@ -103,7 +103,6 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding ...@@ -103,7 +103,6 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
} }
private fun requestNotificationPermission() { private fun requestNotificationPermission() {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
val array = arrayOf(Manifest.permission.POST_NOTIFICATIONS) val array = arrayOf(Manifest.permission.POST_NOTIFICATIONS)
...@@ -124,7 +123,9 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding ...@@ -124,7 +123,9 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>(ActivitySplashBinding
viewModel.startCountdown() viewModel.startCountdown()
MyApplication.appContext.initApp() MyApplication.appContext.initApp()
} }
}
override fun handleBackCallBack() {
} }
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<LinearLayout <LinearLayout
android:id="@+id/llConsent" android:id="@+id/llConsent"
android:layout_width="@dimen/dp_306" android:layout_width="@dimen/dp_306"
android:layout_height="@dimen/dp_150" android:layout_height="@dimen/dp_180"
android:layout_marginHorizontal="33dp" android:layout_marginHorizontal="33dp"
android:background="@drawable/bg_fbfbfb_20" android:background="@drawable/bg_fbfbfb_20"
android:orientation="vertical" android:orientation="vertical"
......
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
<string name="consent_required">Consent Required</string> <string name="consent_required">Consent Required</string>
<string name="consent"> <string name="consent">
During the use of this APP, we need to obtain the following information:Mobile phone model, mobile phone manufacturer,Android system version,Application version number, application version name,Package During the use of this APP, we need to obtain the following information:Mobile phone model, mobile phone manufacturer,Android system version,Application version number, application version name,Package name,Google Ad ID,Mobile phone local time zone,Mobile phone photo album, empty folders, apk files, temp files, log files,Battery power, mobile phone standby time, battery temperature, battery voltage, battery technology, battery capacity, battery current, current average value of the battery
Please rest assured that we will handle your information in strict accordance with relevant laws and regulations. All the information we collect will be used reasonably to ensure the normal operation and service improvement of the APP, and we will take all necessary measures to protect the security of your personal information. Your privacy is of utmost importance to us.
</string> </string>
<string name="start">Start</string> <string name="start">Start</string>
<string name="privacy_policy">Privacy Policy</string> <string name="privacy_policy">Privacy Policy</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