Merge pull request #1117 from mfleisz/master
Android: Fix for rdp file association
This commit is contained in:
commit
c01a934450
@ -29,6 +29,7 @@
|
|||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.rdp" />
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.rdp" />
|
||||||
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.rdp" />
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.rdp" />
|
||||||
|
<data android:mimeType="*/*" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user