Add new PassphraseDialogActivity, a transparent activity that only holds the passphrase dialog

This commit is contained in:
Dominik Schürmann
2014-09-13 20:29:08 +02:00
parent d73ea5f612
commit a8a1f352a8
2 changed files with 361 additions and 2 deletions

View File

@@ -585,8 +585,10 @@
</activity>
<activity
android:name=".ui.ConsolidateDialogActivity"
android:theme="@android:style/Theme.NoDisplay"
android:label="@string/app_name" />
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".ui.PassphraseDialogActivity"
android:theme="@android:style/Theme.NoDisplay" />
<activity
android:name=".ui.HelpActivity"
android:label="@string/title_help" />