I'm currently only able to ask each Android Runtime permission group sequentially. With 4-5 app permissions on open, that's 4-5 back-to-back dialogues with 4-5 clicks before first open. It's UX suicide.
How do I code this to ask all 4-5 permissions listed in a single dialogue with a single click? Still a permission upon runtime (app open), but more user friendly.
Like the old listed method upon downloading, only the permission occurs at runtime.
Thank you.
(Edit: No solution for this is found on any other threads)