Commit 12e1fd6c authored by wanglei's avatar wanglei

...ui

parent 7dbb47be
...@@ -50,7 +50,7 @@ class ScreenShotActivity : BaseActivity<ActivityScreenShotBinding>() { ...@@ -50,7 +50,7 @@ class ScreenShotActivity : BaseActivity<ActivityScreenShotBinding>() {
} else { } else {
dialog = showGerPermission("Storage Permission Required", 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.", "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 = {}, deny = { finishToMain() },
allow = { allow = {
requestStorePermission(launcher, result = { flag -> requestStorePermission(launcher, result = { flag ->
if (flag) initData() else finishToMain() if (flag) initData() else finishToMain()
......
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