Commit 67fd4739 authored by wanglei's avatar wanglei

...ui

parent 5b93ee4e
......@@ -48,7 +48,9 @@ class ScreenShotActivity : BaseActivity<ActivityScreenShotBinding>() {
if (checkStorePermission()) {
initData()
} else {
dialog = showGerPermission(null, deny = {},
dialog = showGerPermission("Storage Permission Required",
"This feature requires access to your storage to scan your files and clean up screenshots. We will not transmit your data to any third-party service. Please grant permission so that we can provide you with better service.",
deny = {},
allow = {
requestStorePermission(launcher, result = { flag ->
if (flag) initData() else finishToMain()
......
......@@ -85,7 +85,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="20dp"
android:text="我需要一段文本"
android:text="Tap to start scanning"
android:textColor="#999999"
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