Permission Denial: get/set setting for user asks to run as user -2 but is calling from user 0

前端 未结 3 671
执笔经年
执笔经年 2021-01-17 08:18

My application works normally on my test device (When I install it via ADT & when I install it via the exported APK file) but it fails on Play Store testing device with

3条回答
  •  耶瑟儿~
    2021-01-17 09:03

    For anyone else who had this issue, for me it was simply a case of having an activity with the wrong name in the AndroidManifest.xml file.

    I didn't need to add any permissions, once the activity name was corrected (in mine it stated the wrong package name), it ran fine.

提交回复
热议问题