Skip to content
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

[OnePlus 7 Pro] getAutoStartPermission exception #45

Closed
JeanChristophePal opened this issue Jun 23, 2020 · 5 comments
Closed

[OnePlus 7 Pro] getAutoStartPermission exception #45

JeanChristophePal opened this issue Jun 23, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@JeanChristophePal
Copy link

W/System.err: android.content.ActivityNotFoundException: Unable to find explicit activity class {com.oneplus.security/com.oneplus.security.chainlaunch.view.ChainLaunchAppListActivity};

@judemanutd judemanutd added the bug Something isn't working label Jun 29, 2020
@judemanutd
Copy link
Owner

@JeanChristophePal I would urge you to follow the same steps mentioned in #47 (comment) and post the result here in order to get the latest intent.

@j4zib
Copy link

j4zib commented Aug 31, 2020

@JeanChristophePal I would urge you to follow the same steps mentioned in #47 (comment) and post the result here in order to get the latest intent.

activities.txt

@divyeshsachan
Copy link

I confirm this issue on OnePlus 6T.
I also spent hours finding activity associated with battery optimization, but failed.
Log generated using "adb shell dumpsys activity" didn't helped.

@KieronQuinn
Copy link

val batteryIntent = Intent("android.settings.APP_BATTERY_SETTINGS").apply {
    data = Uri.parse("package:${BuildConfig.APPLICATION_ID}")
}

Will get an intent for the OnePlus Battery Optimisation settings with the app selected on newer devices.

@judemanutd
Copy link
Owner

This should be resolved by #69 but feel free to open this issue back up in case it does not

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants