What do I do about: this requires android.permission.INTERACT_ACROSS_USERS_FULL

后端 未结 4 1192
清酒与你
清酒与你 2020-11-27 21:08

I am working on integrating micode\'s open source compass into an app I am making. I am wondering how I can fix this here permission error when I clearly have it stated in m

4条回答
  •  情深已故
    2020-11-27 21:48

    I know there is already an accepted answer but for some reason its not working (or no longer working) on my part.

    This error happened to me on Android SDK version 19 and lower, because of NDK that was part of my app.

    I just deleted few codes that are connected with NDK codes at the Android Manifests file.

提交回复
热议问题