|
@@ -148,26 +148,93 @@
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.SEARCH" />
|
|
|
</intent-filter>
|
|
|
- <intent-filter>
|
|
|
+
|
|
|
+ <meta-data
|
|
|
+ android:name="android.app.searchable"
|
|
|
+ android:resource="@xml/users_and_groups_searchable" />
|
|
|
+
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <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" />
|
|
|
+ <data android:host="*" />
|
|
|
+ <data android:pathPattern="/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
<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" />
|
|
|
+ <data android:host="*" />
|
|
|
+ <data android:pathPattern="/..*/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <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" />
|
|
|
+ <data android:host="*" />
|
|
|
+ <data android:pathPattern="/..*/..*/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <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" />
|
|
|
+ <data android:host="*" />
|
|
|
+ <data android:pathPattern="/..*/..*/..*/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
<data android:scheme="https" />
|
|
|
<data android:host="*" />
|
|
|
<data android:pathPattern="/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
+ <data android:scheme="https" />
|
|
|
+ <data android:host="*" />
|
|
|
<data android:pathPattern="/..*/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
+ <data android:scheme="https" />
|
|
|
+ <data android:host="*" />
|
|
|
<data android:pathPattern="/..*/..*/f/..*" />
|
|
|
+ </intent-filter>
|
|
|
+ <intent-filter android:autoVerify="true">
|
|
|
+ <action android:name="android.intent.action.VIEW" />
|
|
|
+
|
|
|
+ <category android:name="android.intent.category.DEFAULT" />
|
|
|
+ <category android:name="android.intent.category.BROWSABLE" />
|
|
|
+
|
|
|
+ <data android:scheme="https" />
|
|
|
+ <data android:host="*" />
|
|
|
<data android:pathPattern="/..*/..*/..*/f/..*" />
|
|
|
<!-- path pattern to handle deep link -->
|
|
|
<data android:pathPattern="/app/..*" />
|
|
|
</intent-filter>
|
|
|
-
|
|
|
- <meta-data
|
|
|
- android:name="android.app.searchable"
|
|
|
- android:resource="@xml/users_and_groups_searchable" />
|
|
|
</activity>
|
|
|
<activity
|
|
|
android:name=".ui.activity.ManageAccountsActivity"
|