|
88 | 88 | <category android:name="android.intent.category.LAUNCHER" /> |
89 | 89 | <category android:name="android.intent.category.MULTIWINDOW_LAUNCHER" /> |
90 | 90 | </intent-filter> |
91 | | - |
92 | | - <intent-filter> |
| 91 | + <intent-filter> |
| 92 | + <action android:name="android.intent.action.VIEW" /> |
| 93 | + <action android:name="android.intent.action.EDIT" /> |
| 94 | + <action android:name="android.intent.action.PICK" /> |
| 95 | + <action android:name="org.openintents.action.PICK_FILE"/> |
| 96 | + <action android:name="org.openintents.action.PICK_DIRECTORY"/> |
| 97 | + <action android:name="android.intent.action.SEND" /> |
| 98 | + <action android:name="android.intent.action.SENDTO" /> |
| 99 | + <action android:name="android.intent.action.SEND_MULTIPLE" /> |
| 100 | + <action android:name="org.openintents.action.MULTI_SELECT"/> |
| 101 | + <action android:name="com.google.android.gm.action.AUTO_SEND" /> |
| 102 | + <action android:name="android.intent.action.GET_CONTENT" /> |
| 103 | + <action android:name="android.intent.action.OPEN_DOCUMENT_TREE" /> |
| 104 | + <action android:name="android.intent.action.INSERT" /> |
| 105 | + <category android:name="android.intent.category.DEFAULT" /> |
| 106 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 107 | + <category android:name="android.intent.category.OPENABLE"/> |
| 108 | + <data android:mimeType="*/*" /> |
| 109 | + </intent-filter> |
| 110 | + <intent-filter> |
| 111 | + <action android:name="android.intent.action.VIEW" /> |
| 112 | + <action android:name="android.intent.action.EDIT" /> |
| 113 | + <action android:name="android.intent.action.PICK" /> |
| 114 | + <action android:name="org.openintents.action.PICK_FILE"/> |
| 115 | + <action android:name="org.openintents.action.PICK_DIRECTORY"/> |
| 116 | + <action android:name="android.intent.action.SEND" /> |
| 117 | + <action android:name="android.intent.action.SENDTO" /> |
| 118 | + <action android:name="android.intent.action.SEND_MULTIPLE" /> |
| 119 | + <action android:name="org.openintents.action.MULTI_SELECT"/> |
| 120 | + <action android:name="com.google.android.gm.action.AUTO_SEND" /> |
| 121 | + <action android:name="android.intent.action.GET_CONTENT" /> |
| 122 | + <action android:name="android.intent.action.OPEN_DOCUMENT_TREE" /> |
| 123 | + <action android:name="android.intent.action.INSERT" /> |
| 124 | + <category android:name="android.intent.category.DEFAULT" /> |
| 125 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 126 | + <category android:name="android.intent.category.OPENABLE"/> |
| 127 | + <data android:scheme="file"/> |
| 128 | + <data android:scheme="http" /> |
| 129 | + <data android:scheme="https" /> |
| 130 | + <data android:scheme="ftp" /> |
| 131 | + <data android:scheme="ftps" /> |
| 132 | + <data android:scheme="about" /> |
| 133 | + <data android:scheme="javascript" /> |
| 134 | + <data android:scheme="mailto" /> |
| 135 | + <data android:scheme="sms" /> |
| 136 | + <data android:scheme="smsto" /> |
| 137 | + <data android:scheme="geo" /> |
| 138 | + <data android:scheme="folder"/> |
| 139 | + <data android:scheme="directory"/> |
| 140 | + </intent-filter> |
| 141 | + <intent-filter> |
| 142 | + <action android:name="android.intent.action.VIEW" /> |
| 143 | + <action android:name="android.intent.action.EDIT" /> |
| 144 | + <action android:name="android.intent.action.PICK" /> |
| 145 | + <action android:name="org.openintents.action.PICK_FILE"/> |
| 146 | + <action android:name="org.openintents.action.PICK_DIRECTORY"/> |
| 147 | + <action android:name="android.intent.action.SEND" /> |
| 148 | + <action android:name="android.intent.action.SENDTO" /> |
| 149 | + <action android:name="android.intent.action.SEND_MULTIPLE" /> |
| 150 | + <action android:name="org.openintents.action.MULTI_SELECT"/> |
| 151 | + <action android:name="com.google.android.gm.action.AUTO_SEND" /> |
| 152 | + <action android:name="android.intent.action.GET_CONTENT" /> |
| 153 | + <action android:name="android.intent.action.OPEN_DOCUMENT_TREE" /> |
| 154 | + <action android:name="android.intent.action.INSERT" /> |
| 155 | + <action android:name="android.intent.action.SEARCH" /> |
| 156 | + <action android:name="android.intent.action.WEB_SEARCH" /> |
| 157 | + <action android:name="android.intent.action.ASSIST" /> |
| 158 | + <action android:name="com.google.zxing.client.android.SCAN" /> |
| 159 | + <action android:name="android.intent.action.SEARCH_LONG_PRESS"/> |
| 160 | + <category android:name="android.intent.category.DEFAULT" /> |
| 161 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 162 | + <category android:name="android.intent.category.OPENABLE"/> |
| 163 | + </intent-filter> |
| 164 | + <intent-filter> |
| 165 | + <action android:name="android.intent.action.VIEW" /> |
| 166 | + <category android:name="android.intent.category.DEFAULT" /> |
| 167 | + <category android:name="android.intent.category.BROWSABLE" /> |
| 168 | + <data android:scheme="zxing" android:host="scan" android:path="/" /> |
| 169 | + </intent-filter> |
| 170 | + |
| 171 | + <!--<intent-filter> |
93 | 172 | <action android:name="android.intent.action.PICK"/> |
94 | 173 | <category android:name="android.intent.category.DEFAULT" /> |
95 | 174 | </intent-filter> |
|
146 | 225 | <action android:name="android.intent.action.GET_CONTENT"/> |
147 | 226 | <category android:name="android.intent.category.DEFAULT"/> |
148 | 227 | <category android:name="android.intent.category.OPENABLE"/> |
149 | | - </intent-filter> |
| 228 | + </intent-filter>--> |
150 | 229 |
|
151 | 230 | <!-- Filter for multi select feature --> |
152 | | - <intent-filter> |
| 231 | + <!--<intent-filter> |
153 | 232 | <action android:name="org.openintents.action.MULTI_SELECT"/> |
154 | 233 | <category android:name="android.intent.category.DEFAULT"/> |
155 | 234 | </intent-filter> |
|
188 | 267 | <category android:name="android.intent.category.OPENABLE"/> |
189 | 268 | <data android:mimeType="*/*" android:scheme="content"/> |
190 | 269 | </intent-filter> |
191 | | - <intent-filter> |
| 270 | + <intent-filter> |
192 | 271 | <action android:name="android.intent.action.VIEW"/> |
193 | 272 | <category android:name="android.intent.category.DEFAULT" /> |
194 | 273 | <category android:name="android.intent.category.BROWSABLE" /> |
195 | 274 | <data android:mimeType="application/x-zip-compressed" /> |
196 | 275 | <data android:mimeType="application/zip" /> |
197 | 276 | <data android:pathPattern=".*\.zip" /> |
198 | | - </intent-filter> |
199 | | - <intent-filter> |
200 | | - <action android:name="android.intent.action.SEARCH_LONG_PRESS"/> |
201 | | - <category android:name="android.intent.category.DEFAULT" /> |
202 | | - </intent-filter> |
203 | | - |
| 277 | + </intent-filter>--> |
204 | 278 | <intent-filter> |
205 | 279 | <action android:name="android.intent.action.VIEW"/> |
206 | 280 | <action android:name="android.intent.action.OPEN_DOCUMENT_TREE" /> |
207 | 281 | <category android:name="android.intent.category.DEFAULT"/> |
208 | 282 | <category android:name="android.intent.category.OPENABLE"/> |
209 | 283 | <category android:name="android.intent.category.BROWSABLE"/> |
| 284 | + <data android:mimeType="application/zip"/> |
| 285 | + <data android:mimeType="application/rar"/> |
| 286 | + <data android:mimeType="application/octet-stream"/> |
210 | 287 | <data android:mimeType="application/x-7z"/> |
211 | 288 | <data android:mimeType="application/x-7z-compressed"/> |
212 | 289 | <data android:mimeType="application/x-bzip2"/> |
213 | 290 | <data android:mimeType="application/x-gzip"/> |
214 | 291 | <data android:mimeType="application/x-xz"/> |
215 | | - <data android:mimeType="application/x-compress"/> |
| 292 | + <data android:mimeType="application/x-zip-compressed" /> |
216 | 293 | <data android:mimeType="application/x-rar-compressed"/> |
217 | 294 | <data android:mimeType="application/x-gtar"/> |
218 | | - <data android:mimeType="application/zip"/> |
219 | | - <data android:mimeType="application/rar"/> |
220 | 295 | <data android:mimeType="application/x-zip"/> |
221 | 296 | <data android:mimeType="application/x-compressed"/> |
222 | | - <data android:mimeType="application/octet-stream"/> |
223 | 297 | <data android:mimeType="application/x-tar"/> |
224 | 298 | <data android:mimeType="application/x-zpaq"/> |
225 | 299 | <data android:mimeType="application/x-lzh"/> |
226 | 300 |
|
| 301 | + <data android:mimeType="application/pdf"/> |
| 302 | + <data android:mimeType="application/msword"/> |
| 303 | + <data android:mimeType="application/vnd.ms-excel"/> |
| 304 | + <data android:mimeType="application/vnd.ms-powerpoint"/> |
| 305 | + <data android:mimeType="application/vnd.ms-word"/> |
| 306 | + <data android:mimeType="application/vnd.oasis.opendocument.formula"/> |
| 307 | + <data android:mimeType="application/vnd.oasis.opendocument.presentation"/> |
| 308 | + <data android:mimeType="application/vnd.oasis.opendocument.spreadsheet"/> |
| 309 | + <data android:mimeType="application/vnd.oasis.opendocument.text"/> |
| 310 | + <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/> |
| 311 | + <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation"/> |
| 312 | + <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/> |
| 313 | + <data android:mimeType="text/rtf"/> |
| 314 | + <data android:mimeType="text/x-csrc"/> |
| 315 | + <data android:mimeType="text/x-chdr"/> |
| 316 | + <data android:mimeType="text/x-c++src"/> |
| 317 | + <data android:mimeType="text/x-c++hdr"/> |
| 318 | + <data android:mimeType="text/html"/> |
| 319 | + <data android:mimeType="text/plain"/> |
| 320 | + |
| 321 | + <data android:mimeType="text/*"/> |
| 322 | + <data android:mimeType="*/*"/> |
| 323 | + |
227 | 324 | <data android:pathPattern=".*\.zip"/> |
228 | 325 | <data android:pathPattern=".*\.zip.001"/> |
229 | 326 | <data android:pathPattern=".*\.rar"/> |
|
242 | 339 | <data android:pathPattern=".*\.html"/> |
243 | 340 | <data android:pathPattern=".*\.aze"/> |
244 | 341 | <data android:pathPattern=".*\.zpaq"/> |
245 | | - |
246 | | - <data android:mimeType="application/pdf"/> |
247 | | - <data android:mimeType="application/vnd.ms-excel"/> |
248 | | - <data android:mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"/> |
249 | | - <data android:mimeType="text/rtf"/> |
250 | | - <data android:mimeType="text/x-csrc"/> |
251 | | - <data android:mimeType="text/x-chdr"/> |
252 | | - <data android:mimeType="text/x-c++src"/> |
253 | | - <data android:mimeType="text/x-c++hdr"/> |
254 | | - <data android:mimeType="application/msword"/> |
255 | | - <data android:mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document"/> |
256 | | - <data android:mimeType="application/vnd.oasis.opendocument.formula"/> |
257 | | - <data android:mimeType="application/vnd.oasis.opendocument.presentation"/> |
258 | | - <data android:mimeType="application/vnd.oasis.opendocument.spreadsheet"/> |
259 | | - <data android:mimeType="application/vnd.oasis.opendocument.text"/> |
260 | | - <data android:mimeType="application/vnd.ms-powerpoint"/> |
261 | | - <data android:mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation"/> |
262 | | - <data android:mimeType="text/html"/> |
263 | | - <data android:mimeType="text/plain"/> |
264 | | - |
265 | | - <data android:mimeType="text/*"/> |
266 | | - <data android:mimeType="*/*"/> |
267 | 342 | </intent-filter> |
268 | 343 |
|
269 | | - <intent-filter> |
| 344 | + <!--<intent-filter> |
270 | 345 | <action android:name="android.intent.action.SEND"/> |
271 | 346 | <category android:name="android.intent.category.DEFAULT"/> |
272 | 347 | <category android:name="android.intent.category.BROWSABLE"/> |
|
292 | 367 | <data android:scheme="directory"/> |
293 | 368 | <data android:mimeType="resource/folder" /> |
294 | 369 | <data android:mimeType="inode/directory" /> |
295 | | - </intent-filter> |
| 370 | + </intent-filter>--> |
296 | 371 |
|
297 | 372 | </activity> |
298 | 373 |
|
|
612 | 687 | android:name="com.amaze.filemanager.services.ftpservice.FTPReceiver" |
613 | 688 | android:exported="true"> |
614 | 689 | <intent-filter> |
615 | | - <action android:name="com.amaze.filemanager.services.ftpservice.FTPReceiver.ACTION_START_FTPSERVER" /> |
616 | | - <action android:name="com.amaze.filemanager.services.ftpservice.FTPReceiver.ACTION_STOP_FTPSERVER" /> |
| 690 | + <action android:name="net.gnu.explorer.services.ftpservice.FTPReceiver.ACTION_START_FTPSERVER" /> |
| 691 | + <action android:name="net.gnu.explorer.services.ftpservice.FTPReceiver.ACTION_STOP_FTPSERVER" /> |
617 | 692 | </intent-filter> |
618 | 693 | </receiver> |
619 | 694 |
|
620 | 695 | <receiver |
621 | 696 | android:name="com.amaze.filemanager.ui.notifications.FTPNotification" |
622 | 697 | android:exported="true"> |
623 | 698 | <intent-filter> |
624 | | - <action android:name="com.amaze.filemanager.services.ftpservice.FTPReceiver.FTPSERVER_STARTED" /> |
625 | | - <action android:name="com.amaze.filemanager.services.ftpservice.FTPReceiver.FTPSERVER_STOPPED" /> |
| 699 | + <action android:name="net.gnu.explorer.services.ftpservice.FTPReceiver.FTPSERVER_STARTED" /> |
| 700 | + <action android:name="net.gnu.explorer.services.ftpservice.FTPReceiver.FTPSERVER_STOPPED" /> |
626 | 701 | </intent-filter> |
627 | 702 | </receiver> |
628 | 703 |
|
|
0 commit comments