Code Monkey home page Code Monkey logo

Comments (3)

judemanutd avatar judemanutd commented on August 16, 2024

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 com.xxx.securitycenter ) and the activity name of the autostart screen ( could look something like this com.xxx.autostart.AutoStartManagementActivity ).Each OEM has its own version so there is no standard api for this. Once you have those, create a new intent like below and start it, if you've got the correct ones you'll see the auto start screen start up.

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.

from autostarter.

enriquejuan2 avatar enriquejuan2 commented on August 16, 2024

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.

from autostarter.

judemanutd avatar judemanutd commented on August 16, 2024

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,

from autostarter.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.