Bug 701668: Reduce target to API level 28.

Targeting API level 29 denies permission to external media storage,
and requires us to use the storage access framework to open documents.
This framework is only available from Android 4.4 (API level 19) which
would require that we increase the minimum required version, as well
as rework the file picker.
2 files changed