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
The function getApplicationEnabledSetting() returns an int, not a bool.
After changing the source code of the local .dart code in pub_cache of this addon it finally works.
The text was updated successfully, but these errors were encountered:
Jean28518
changed the title
getApplicationEnabledSetting() is in real not return type bool but its int
return type of getApplicationEnabledSetting() is in real int and not bool
Mar 17, 2025
According to: https://developer.android.com/reference/android/content/pm/PackageManager#getApplicationEnabledSetting(java.lang.String)
The function getApplicationEnabledSetting() returns an int, not a bool.
After changing the source code of the local .dart code in pub_cache of this addon it finally works.
The text was updated successfully, but these errors were encountered: