-
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
Is it possible to enable autostart on Techno phones #22
Comments
Hey @enriquejuan2 I'm based in India and I don't think techno sells over here and without the actual device its pretty much impossible to get the package name that relates to the auto start screen. If you do have access to the phone, just plug it in and take a look at logcat for the packages that are called, you only need the package name ( could look something like this val intent = Intent()
intent.component = ComponentName(packageName, componentName)
context.startActivity(intent) P.S. If it does work, do add it to the library so others can have it as well. |
Hi @judemanutd Thanks for the quick reply. I have the actual device let me try to get to the autostart screen and get the activity name and package name. |
Awesome, It's going to be quite a bit of trial and error but I think you can look out for words like autostart, powersaver, optimize, startup, |
All techno phones have issues with autostart, is it possible to enable autostart on them?
The text was updated successfully, but these errors were encountered: