Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b872005 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase character limits on tri-state strings"

parents df347c0e 1f337b79
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -189,13 +189,13 @@
       <item>@string/permission_access_never</item>
   </string-array>

   <!-- [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 -->
   <string name="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 -->
   <string name="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) -->
   <string name="permission_access_never">Deny</string>

    <!-- Text displayed until loading is done [CHAR LIMIT=50] -->