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

Commit 1f337b79 authored by Evan Severson's avatar Evan Severson
Browse files

Increase character limits on tri-state strings

We want tri-state strings to be consistent in all places

Bug: 129708972
Test: Build
Change-Id: I27579d8ea4d81364c63f3fd47103c2df1004b7a7
parent 87777900
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] -->