Commit 12e1fd6c authored by wanglei's avatar wanglei

...ui

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