Add RemoteSelectAuthenticationSubKeyActivity to manifest

This commit is contained in:
Christian Hagau 2018-09-29 00:00:00 +00:00
parent 5a2b022c86
commit e9267bd21b
1 changed files with 5 additions and 0 deletions

View File

@ -926,6 +926,11 @@
android:exported="false"
android:theme="@style/Theme.Keychain.Transparent"
android:label="@string/app_name" />
<activity
android:name=".remote.ui.dialog.RemoteSelectAuthenticationSubKeyActivity"
android:exported="false"
android:theme="@style/Theme.Keychain.Transparent"
android:label="@string/app_name" />
<activity
android:name=".remote.ui.RequestKeyPermissionActivity"
android:exported="false"