Fix crash when no browser is present and use an ACTION_CHOOSER intent in the app update notification (#5429)

Fix crash when no browser is present and use an ACTION_CHOOSER intent for app update notification
Show a Toast when no app is present on user's device to open a content in an app and in a browser and use an ACTION_CHOOSER intent with the ACTION_VIEW intent put as an extra intent in the update notification.
This commit is contained in:
TiA4f8R 2021-01-18 21:45:36 +01:00 committed by GitHub
parent d1fc9c5880
commit 9a65f02d5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 63 additions and 30 deletions

View file

@ -699,4 +699,5 @@
<string name="show_thumbnail_summary">Use thumbnail for both lock screen background and notifications</string>
<string name="recent">Recent</string>
<string name="chapters">Chapters</string>
</resources>
<string name="no_app_to_open_intent">No app on your device can open this</string>
</resources>