diff --git a/app/build.gradle b/app/build.gradle index d48dfdfd0c8..7302322bd4f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,8 +13,8 @@ android { applicationId 'io.github.muntashirakon.AppManager' minSdk min_sdk targetSdk target_sdk - versionCode 420 - versionName "3.1.0-rc01" + versionCode 421 + versionName "3.1.0-rc02" javaCompileOptions { annotationProcessorOptions { arguments = ["room.schemaLocation": "$projectDir/schemas".toString()] diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index f0f31539411..92222144f3e 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -16,6 +16,22 @@ ]> + + Added workarounds for permission denied issues in MIUI 12.5 and later + The workaround may not always work as expected and require more testing. + + Fixed checking for permission limits in ADB mode + Fixed connecting to ADB immediately after pairing + Fixed issues with setting a custom SSAID + Fixed permission toggles in the uses permissions tab + Fixed the startup progress dialog from displaying indefinitely + Prevented the app from crashing on attempting to grant GET_APP_OPS_STATS permission + Prevented the installer from crashing if the activity Intent can't be opened +