AutoStarter
AutoStarter copied to clipboard
This library helps bring up the autostart permission manager of a phone to the user so they can add an app to autostart.
Hi, I'm still using the library and quite happy it's being updated, but there is one thing that I think was a completely wrong decision. I updated from 1.0.8 to...
Currently we have `isAutoStartPermissionAvailable` , but this is only for the single permission of AutoStart, and even then it's for when the repository thinks it has some solution to start...
The code: ``` AutoStartPermissionHelper.getInstance().getAutoStartPermission(context, true, true) ``` **Stack trace:** ``` Fatal Exception: java.lang.SecurityException: Permission Denial: starting Intent { flg=0x10000000 cmp=com.huawei.systemmanager/.startupmgr.ui.StartupNormalAppListActivity } from ProcessRecord{c5d7acb 20475:com.myapp/u0a525} (pid=20475, uid=10525) requires com.huawei.permission.external_app_settings.USE_COMPONENT at android.os.Parcel.createException(Parcel.java:2090)...
Hi, I got a Crash on Huawei HUAWEI nova 5T Android 10 (SDK 29): `java.lang.SecurityException: at android.os.Parcel.createException (Parcel.java:2071) at android.os.Parcel.readException (Parcel.java:2039) at android.os.Parcel.readException (Parcel.java:1987) at android.app.IActivityTaskManager$Stub$Proxy.startActivity (IActivityTaskManager.java:3888) at android.app.Instrumentation.execStartActivity (Instrumentation.java:1738)...
Hello Team, ` AutoStartPermissionHelper.getInstance().isAutoStartPermissionAvailable(context)` returns `false` on vivo Y73 Device **Device Specs** 1. Android Version 11 2. OS Version Funtouch OS 11.1 Global 3. Model V2059 [vivo Y73 detailed specs](https://www.gsmarena.com/vivo_y73-11022.php)
is the purpose of this library to return whether the auto-start permission in enabled or disabled ?
Dear sir, please add realme all mobile phones support and vivo also . vivo y51s also having issue of startup. iam requesting you add realme and vivo support in your...
Hello, My note 9 used to work but suddenly (looks like after some android SDK / NuGet updates) it is not working. return true --> AutoStartPermissionHelper.Instance.IsAutoStartPermissionAvailable(Android.App.Application.Context); return false --> AutoStartPermissionHelper.Instance.GetAutoStartPermission(Android.App.Application.Context);...
Hi friend, I used your solution but not work with ASUS Zenfon6. Is it package name already changed? Please help me, thank you.
reproduce steps: go to setting -> enable auto start toggle -> again disable auto start toggle -> go back -> app gets killed. App should not get killed. [Tested on...