|
@@ -121,14 +121,11 @@
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
- <data android:scheme="http"
|
|
|
- android:host="*"
|
|
|
- android:pathPattern="/.*index.php/f/.*"
|
|
|
- />
|
|
|
- <data android:scheme="https"
|
|
|
- android:host="*"
|
|
|
- android:pathPattern="/.*index.php/f/.*"
|
|
|
- />
|
|
|
+ <data android:scheme="http" />
|
|
|
+ <data android:scheme="https" />
|
|
|
+ <data android:host="*" />
|
|
|
+ <data android:pathPattern="/f/..*" />
|
|
|
+ <data android:pathPattern="/..*/f/..*" />
|
|
|
</intent-filter>
|
|
|
<meta-data android:name="android.app.searchable"
|
|
|
android:resource="@xml/users_and_groups_searchable"/>
|