File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 86
86
android : name =" .activities.ForceStartActivity"
87
87
android : excludeFromRecents =" true"
88
88
android : exported =" true"
89
- android : theme =" @android:style/Theme.NoDisplay" />
89
+ android : theme =" @android:style/Theme.NoDisplay" >
90
+
91
+ <intent-filter >
92
+ <action android : name =" android.intent.action.SEND" />
93
+ <category android : name =" android.intent.category.DEFAULT" />
94
+ <data android : mimeType =" */*" />
95
+ </intent-filter >
96
+
97
+ <intent-filter >
98
+ <action android : name =" android.intent.action.VIEW" />
99
+
100
+ <category android : name =" android.intent.category.DEFAULT" />
101
+ <category android : name =" android.intent.category.BROWSABLE" />
102
+
103
+ <data android : scheme =" https" />
104
+ </intent-filter >
105
+ </activity >
106
+
90
107
91
108
<service
92
109
android : name =" .xposed.bridge.service.BridgeService"
100
117
android : exported =" true"
101
118
tools : ignore =" ExportedContentProvider" />
102
119
120
+
103
121
<meta-data
104
122
android : name =" xposedmodule"
105
123
android : value =" true" />
You can’t perform that action at this time.
0 commit comments