@@ -116,7 +116,9 @@ class MediaBrowserActivity : BaseActivity<ActivityMediaBrowserBinding>() {
binding.rv.adapter=adapter
if(!checkStorePermission()){
showGerPermission(desc=""){
showGerPermission(
desc="This feature requires access to your storage to scan your files and clean up junk files and unused APK files. We will not transmit your data to any third-party service. Please grant permission so that we can provide you with better service.",
@@ -59,7 +59,9 @@ class ScanQRCActivity : BaseActivity<ActivityScanQrcBinding>() {
if(checkCameraPermission()){
initCamera()
}else{
showGerPermission(desc=""){
showGerPermission(
desc="This feature requires access to your storage to scan your files and clean up junk files and unused APK files. We will not transmit your data to any third-party service. Please grant permission so that we can provide you with better service.",