<!-- [CHAR LIMIT=30] App can always (when app is in foreground or background) access the resource protected by the permission -->
<!-- [CHAR LIMIT=60] App can always (when app is in foreground or background) access the resource protected by the permission -->
<stringname="permission_access_always">Allow all the time</string>
<!-- [CHAR LIMIT=30] App can only access the resource protected by the permission while app is in foreground -->
<!-- [CHAR LIMIT=60] App can only access the resource protected by the permission while app is in foreground -->
<stringname="permission_access_only_foreground">Allow only while using the app</string>
<!-- [CHAR LIMIT=30] App can never access the resource protected by the permission (Not while app is in foregound and not while app is in background) -->
<!-- [CHAR LIMIT=60] App can never access the resource protected by the permission (Not while app is in foregound and not while app is in background) -->