You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives true as init installed(no any special action, just click apk and install).
And there's no action after call AutoStartPermissionHelper.getInstance().getAutoStartPermission(getApplicationContext());
The text was updated successfully, but these errors were encountered:
AutoStartPermissionHelper.getInstance().isAutoStartPermissionAvailable(getApplicationContext())
gives
true
as init installed(no any special action, just click apk and install).And there's no action after call
AutoStartPermissionHelper.getInstance().getAutoStartPermission(getApplicationContext());
The text was updated successfully, but these errors were encountered: