diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5b29e4f12..62e0935a9 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -288,6 +288,8 @@ <!-- permission strings --> <string name="permission_read_key_details_label">Read key details from APG.</string> <string name="permission_read_key_details_description">Read key details of public and secret keys stored in APG, such as key ID and user IDs. The keys themselves can NOT be read.</string> + <string name="permission_store_blobs_label">Store blobs to en/decrypt with APG.</string> + <string name="permission_store_blobs_description">Store and read files on the android file system through APG. It cannot read files of other applications.</string> <!-- action strings --> <string name="action_encrypt">Encrypt</string> |