diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-03-21 12:14:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-21 17:44:13 +0530 |
commit | 98e9f6734a00cfb1d8164227b2de07d2aea150d2 (patch) | |
tree | 24395cb4985933355679464c738f764c885715fc /app/src/main/AndroidManifest.xml | |
parent | de489b00410826fbf6802cdfbdc5bbfa851a5094 (diff) |
Revise copy (#656)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 75f0752a..8e05d5b8 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -43,7 +43,8 @@ <activity android:name=".UserPreference" - android:parentActivityName=".PasswordStore" /> + android:parentActivityName=".PasswordStore" + android:label="@string/action_settings" /> <service android:name=".autofill.AutofillService" android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"> |