change "select allowed keys" into "request key permission" activity

This commit is contained in:
Vincent Breitmoser
2017-02-02 22:32:01 +01:00
parent 5f56d3b85a
commit a9001b3b45
15 changed files with 443 additions and 177 deletions

View File

@@ -871,7 +871,7 @@
android:exported="false"
android:label="@string/app_name" />
<activity
android:name=".remote.ui.SelectAllowedKeysActivity"
android:name=".remote.ui.RequestKeyPermissionActivity"
android:exported="false"
android:label="@string/app_name" />
<activity