On Wed, Feb 17, 2016 at 8:38 AM, Dan M <[email protected]> wrote: > *We are currently aware of the requirement to display a message asking the > user for permission to access the SDCARD, every time the app boots up.* >
You should not be asking for a permission every time the app boots up. You should be asking for a permission at the time it is required, or up front if it's critical to your app functionality, *if you don't have the permission granted already*. > * However, we are currently unsure how best to handle this in regards to > Google Cardboard VR apps. We can’t ask the user for permission from within > the app, as the user would be in VR and presently the dialogue box that > pops up does so in 2D over the top of the VR layer. * > > > > *Any advice you can offer us in how to handle such messages would be > greatly appreciated.* > Can you have a launch screen that is not in VR and checks for the permission and requests it then if not granted? ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CANCScgjMWZv0fSi%2BF_MwbS%2BcNP%3DOccGeS7RpZ0Y_b-V%3DqTKE%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

