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 Letv x2 #10

Open anilthummar opened 5 years ago

anilthummar commented 5 years ago

i am not getting any dialog for auto start permission screen in letv x2 phone, i have used your library, -->implementation 'com.github.judemanutd:autostarter:1.0.1 -- >AutoStartPermissionHelper.getInstance().getAutoStartPermission(getApplicationContext());


Then i have used other code : if ("Letv".equalsIgnoreCase(manufacturer)) { intent.setComponent(new ComponentName("com.letv.android.letvsafe", "com.letv.android.letvsafe.AutobootManageActivity"));

But not getting any screen and not getting notification( Please help me)

judemanutd commented 5 years ago

@anilthummar could you tell me which version of the UI you are using.

anilthummar commented 5 years ago

Hello Jude Fernandes, Thanks for the updates. LETV Mobile -- EUI Version 5.8.019S , --- Android OS v- 6.0.1

povphearom commented 5 years ago

Dear Judemanutd I tested with OPPO F9 not working. Do you have any solution this issue?