Reboot receiver is not working in xiaomi phones

后端 未结 10 1815
余生分开走
余生分开走 2020-12-17 08:31

Hi We are working on an android application where we are using reboot receiver in which I am starting few services where I am performaning some network operation.

I

10条回答
  •  一个人的身影
    2020-12-17 09:19

    Ok, let's try again. MIUI has a a built-in Security app. In the Security app there is a 'Startup' section, where the user can configure which app can and which app can't run on startup. Your application is disabled default. Also if you examine your Logcat you can see a "permission denied" message at startup. Put your app manually to the whitelisted apps, unfortunately that is your users can only do.

提交回复
热议问题