ALLOW button not working after update

前端 未结 5 1035
傲寒
傲寒 2021-02-05 01:05

On the devices which have installed the latest update of Android Marshmallow - that is June2016 update, when I ask for permissions, the ALLOW button is not working.

I ha

5条回答
  •  南方客
    南方客 (楼主)
    2021-02-05 01:12

    EDIT: It has been marked as a defect in the last android and it will be fix in a future release of the OS. Bug report

    EDIT 2: File manager email me that they fix this feature in their app. I have not try File Manager anymore, but if you update the app it should not give you this problem anymore. But basically this behavior, could be from any app doing overlay in a wrong way until android fix it.

    I finally got it (at least in my case)... its the f**** File Manager app's service. If its service is stopped, the permissions work again.

    https://play.google.com/store/apps/details?id=com.rhmsoft.fm

    I had this app before the update to "MOB30M" and the runtime permissions where working without a problem (is my daily job to program this) and i have been using the file manager to put the release APK inside the phone and run it to install the APK. So is not some app that I installed today.

    What I fund awful is that one app can make crash all the permission system.

    It's and overly problem

    I understand that the permission system is not being crashed, since an app could be used to falsify the dialogs, BUT shouldn’t then Android (Google) tell you that you have an app that is running on the top and that if you want to give permissions to the app you should uninstall XXXX app? I mean for the sake of the User Experience.

    A normal user, would think that his phone is broken and probably would send the phone back to google or the carrier xD

    Come on, let's be honest, cant android make this better? Is not like you need your phone rooted to have this behavior (my phone is not rooted). If you dont inform the user what's going on, then is like is broken

提交回复
热议问题