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 authored Feb 20, 2019
1 parent 33ed5c5 commit 9370989
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion 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 Expand Up @@ -111,4 +117,4 @@
<meta-data android:name="com.a0soft.gphone.aTrackDog.webURL" android:value="http://keepassdroid.com" />
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true" />
</application>
</manifest>
</manifest>

0 comments on commit 9370989

Please sign in to comment.