service: return pending intent for details dialog if security problems occur

This commit is contained in:
Vincent Breitmoser
2017-04-25 16:43:20 +02:00
parent 623d8a0bf5
commit 10dfcb08fc
5 changed files with 65 additions and 2 deletions

View File

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