judemanutd / AutoStarter

This library helps bring up the autostart permission manager of a phone to the user so they can add an app to autostart.
MIT License
626 stars 115 forks source link

Not working in Samsung note 10 #37

Closed Luisstevie closed 3 years ago

Luisstevie commented 4 years ago

I got an exception here. Activity Not found exception try { startIntent(context, PACKAGE_SAMSUNG_MAIN, PACKAGE_SAMSUNG_COMPONENT) } catch (e: Exception) { e.printStackTrace() return false }

judemanutd commented 4 years ago

Hey @Luisstevie thanks for the notice, this library depends on crowd sourcing very heavily since one person doesn't have all the phones that can be tried and tested to figure out which package works, it would be great to have a pull request for the version of samsung phone that you are currently testing it on.

chrisonline commented 3 years ago

Hey @judemanutd !

See my comment to #33 it seems the activity name is wrong or was changed.

judemanutd commented 3 years ago

This should be resolved by https://github.com/judemanutd/AutoStarter/pull/69 but feel free to open this issue back up in case it does not