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
check READ_EXTERNAL_STORAGE permission with TedPermission
Problem
When there are background operations (main activities of the application to which the widget belongs).
Before granted
When request permission window shows, the activity focus moves on background task
(Widget configuration task disappears as soon as the activity focus moves, because the EXCLUDE_FROM_RECENTS and NO_HISTORY flags are present.)
After granted
WidgetConfigureActivity is gone after the blink (In guess, it caused by activity focus moving while checking permissions)
The text was updated successfully, but these errors were encountered:
AndroidManifest.xml
onReceive method of BroadcastReceiver
WidgetConfigureActivity
Problem
(Widget configuration task disappears as soon as the activity focus moves, because the EXCLUDE_FROM_RECENTS and NO_HISTORY flags are present.)
The text was updated successfully, but these errors were encountered: