Merge pull request #1117 from mfleisz/master

Android: Fix for rdp file association
This commit is contained in:
Marc-André Moreau 2013-03-19 09:51:24 -07:00
commit c01a934450

View File

@ -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>