Skip to content

Commit

Permalink
Add application/x-kdbx mimetype
Browse files Browse the repository at this point in the history
Suggested by Keeweb nextcloud plugin.
  • Loading branch information
PriceChild committed Mar 8, 2020
1 parent 33ed5c5 commit 2272787
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/octet-stream" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:mimeType="application/x-kdbx" />
</intent-filter>
</activity>
<activity android:name="com.keepassdroid.GroupActivityV3" android:configChanges="orientation|keyboardHidden"
android:theme="@style/NoTitleBar">
Expand Down

0 comments on commit 2272787

Please sign in to comment.