Henrik Lindqvist
Henrik Lindqvist
I've got the same issue with 4.2.0. I'am using a ViewPager/FragmentStatePagerAdapter with two Fragments without Tabs. After the first setCurrentItem on the ViewPager the action bar items get unresponsive. Their...
A DocumentProvider/ContentProvider can, and will, basically only throw FileNotFoundException, see: https://github.com/aosp-mirror/platform_frameworks_base/blob/pie-release/core/java/com/android/internal/content/FileSystemProvider.java#L425 For whatever reason, in Android 9, it started rethrowing those as IllegalStateException instead for some failures, see: https://github.com/aosp-mirror/platform_frameworks_base/blob/pie-release/packages/ExternalStorageProvider/src/com/android/externalstorage/ExternalStorageProvider.java#L588 The...
I'll create a new DocumentProviderException which extends FileSystemException with the reason set to the message of the RuntimeException. But as said, the DocumentProvider throws FileNotFoundException, which is converted to an...
No great importance. Glancing at the source, with little in-depth knowledge, i though it was a minor job, overriding a method. Simple workaround, using a DataInput to InputStream wrapper for...
Focus on the more useful things! As said there's a simple workaround anyway.
Since 1.7.0 there's a hidden `setFirstDayOfWeek` function in the [CalendarConstraints.Builder](https://developer.android.com/reference/com/google/android/material/datepicker/CalendarConstraints.Builder), see: https://github.com/material-components/material-components-android/blob/release-1.7/lib/java/com/google/android/material/datepicker/CalendarConstraints.java#L337 Dunno why it's still kept hidden when support for first week of day has been implemented since the...
Any progress on this? The bug is still present in 1.8.0-alpha01.
@drchen Can the issue be worked around somehow, without patching the source code?
@drchen Feared as much, guess i can't upgrade to higher than 1.4.0, as it seems the bug snuck in way back in 1.5.0.
`magiskboot decompress` fails with "Input file is not a supported compressed type!" when processing ramdisk.img in current AVD revisions. Anyone figured out how to resolve this issue?