- Sep 20, 2020
- 24
- 15
I just made a clean install (format /data and wipe via TWRP) and flashed V11.0.5.0.PCXMIXM to my HMNote8T.
When going to the Play Store it suggestes to update the Security app 3.8.8 > 3.9.8 (com.miui.securitycenter).
However, afterwards when trying to access permissions, it will let the Security app crash.
Uninstalling the update will solve the issue. Though it will always be updated via Play Store if I do not disable auto-updates.
Is this a (known) bug or any ideas how to solve this?
When going to the Play Store it suggestes to update the Security app 3.8.8 > 3.9.8 (com.miui.securitycenter).
However, afterwards when trying to access permissions, it will let the Security app crash.
Uninstalling the update will solve the issue. Though it will always be updated via Play Store if I do not disable auto-updates.
Is this a (known) bug or any ideas how to solve this?
Code:
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.MANAGE_PERMISSIONS }
at android.app.Instrumentation.checkStartActivityResult(Unknown Source:128)
at android.app.Instrumentation.execStartActivity(Unknown Source:195)
at android.app.Activity.startActivityForResult(Unknown Source:23)
at android.app.Activity.startActivityForResult(Unknown Source:1)
at android.app.Activity.startActivity(Unknown Source:7)
at android.app.Activity.startActivity(Unknown Source:1)
at com.miui.permcenter.MainAcitivty.onClick(Unknown Source:170)
at android.view.View.performClick(Unknown Source:17)
at android.view.View.performClickInternal(Unknown Source:3)
at android.view.View.access$3100(Unknown Source:0)
at android.view.View$PerformClick.run(Unknown Source:2)
at android.os.Handler.handleCallback(Unknown Source:2)
at android.os.Handler.dispatchMessage(Unknown Source:4)
at android.os.Looper.loop(Unknown Source:207)
at android.app.ActivityThread.main(Unknown Source:107)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(Unknown Source:11)
at com.android.internal.os.ZygoteInit.main(Unknown Source:274)