-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Start Permission not working on oneplus device #87
Comments
It's currently searching for the package I believe the auto-launch is configured with the package However when I try to launch that Intent I get: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.oplus.battery/com.oplus.startupapp.view.StartupAppListActivity mCallingUid=10501 } from ProcessRecord{9d50baa 26557:net.focalist/u0a501} (pid=26557, uid=10501) requires oplus.permission.OPLUS_COMPONENT_SAFE I tried adding |
Hi @RandomEngy, I've come across the same issue on a oneplus device when dealing with the push notification. However, there is another way to do it instead of requesting to change the startup option. According to the Android developer doc, we could ask for disabling the battery optimization by requesting |
I've given up and taken an alternate path. |
Hello every one, i need small favour so i'm trying to add permission for auto start but auto start screen not opening. if any one achieve the result on oneplus please help me. thanks in advance
The text was updated successfully, but these errors were encountered: