tachiyomi/app/src/main
Ken Swenson b0482003bd Handle ActivityNotFoundException (#1170)
* [SettingsBackupController] Handle ActivityNotFoundException

When using `Intent.ACTION_CREATE_DOCUMENT` on SDK >= Lollipop there is no
guarantee that the ROM supports the built in file picker such as MIUI

* [SettingsBackupController] Add import for ActivityNotFoundException

* Add additional handlers to Android document intents

* Requested review changes

Move `try {`s to top of block
Replace version numbers with `Build.VERSION_CODES.LOLLIPOP`
Break out custom file picker intent to Context extention `Context.getFilePicker`
Rename `val i` to `val intent` to be more clear with variable names

* Add version check to custom file picker after exception
2018-01-12 10:57:21 +01:00
..
assets/fonts Add proguard rules. Show unread count. Use compact font 2015-10-02 13:20:15 +02:00
java/eu/kanade/tachiyomi Handle ActivityNotFoundException (#1170) 2018-01-12 10:57:21 +01:00
res Release v0.6.7 2018-01-09 20:42:44 +01:00
AndroidManifest.xml Remove local broadcast receiver to prevent race conditions (#1123) 2017-12-11 20:01:28 +01:00
ic_launcher-web.png Update app icon with shadow 2017-03-26 11:42:32 +02:00