LeoColman
10/17/2024, 10:48 PMcapturedIntent.flags shouldContain Intent.FLAG_GRANT_READ_URI_PERMISSION
Currently the way to check it is
(capturedIntent.flags and Intent.FLAG_GRANT_READ_URI_PERMISSION) shouldNotBe 0
These are numbers, so use-cases are not that wild. We do however still see byte-flags like this in some systems
If this makes sense I can create an issue and might implement it when I face these flags againLeoColman
10/17/2024, 10:49 PM(capturedIntent.flags / Intent.FLAG_GRANT_READ_URI_PERMISSION) % 2 != 0
Alex Kuznetsov
10/18/2024, 3:34 PMSet<DayOfWeek>
and Set<Month>
. when will 6.0 get released, and will it get into 6.0?