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

前端 未结 3 669
执笔经年
执笔经年 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 08:51

    please try a rooted phone. this error is caused by users permissions root=uid0 you=uid -1 or -2

提交回复
热议问题