I have a MainActivity where I perform multiple tasks. Each task requires different user permissions. In another Activity that I have, I ask the user for multiple permissions at a single request which I figured out how to do. However, I'm wondering if it's possible to ask for multiple permissions at multiple requests without having to write separate permission methods for each task? And if so, how would I go about this?
Asked
Active
Viewed 117 times
1
-
1Your 2 questions are not related. You should ask them in different posts. – Anis LOUNIS aka AnixPasBesoin Jan 29 '17 at 15:26
-
@AnixPasBesoin I feel like the second question is not worthy of a separate post. What do you think? – Zack Jan 29 '17 at 15:27
-
One question at the time it the questions are not related. – Anis LOUNIS aka AnixPasBesoin Jan 29 '17 at 15:30
-
Hi you can use this code in link http://stackoverflow.com/a/37546500/1770868 – Ahmad Aghazadeh Jan 29 '17 at 16:06