mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Fix dialog box rotations.
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<category android:name="android.intent.category.LAUNCHER" />
|
<category android:name="android.intent.category.LAUNCHER" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="com.keepassdroid.fileselect.FileSelectActivity"></activity>
|
<activity android:name="com.keepassdroid.fileselect.FileSelectActivity" android:configChanges="orientation|keyboardHidden"></activity>
|
||||||
<activity android:name="com.keepassdroid.PasswordActivity" android:configChanges="orientation|keyboardHidden">
|
<activity android:name="com.keepassdroid.PasswordActivity" android:configChanges="orientation|keyboardHidden">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.VIEW" />
|
<action android:name="android.intent.action.VIEW" />
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<data android:pathPattern=".*\\.kdb" />
|
<data android:pathPattern=".*\\.kdb" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="com.keepassdroid.GroupActivity">
|
<activity android:name="com.keepassdroid.GroupActivity" android:configChanges="orientation|keyboardHidden">
|
||||||
<!-- This metadata entry causes .app.SearchQueryResults to be the default context -->
|
<!-- This metadata entry causes .app.SearchQueryResults to be the default context -->
|
||||||
<!-- whenever the user invokes search while in this Activity. -->
|
<!-- whenever the user invokes search while in this Activity. -->
|
||||||
<meta-data android:name="android.app.default_searchable"
|
<meta-data android:name="android.app.default_searchable"
|
||||||
|
|||||||
Reference in New Issue
Block a user