|
24 | 24 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
25 | 25 |
|
26 | 26 | <application android:supportsRtl="false"> |
27 | | - <activity android:name="com.duy.ide.settings.EditorSettingsActivity"> |
28 | | - <intent-filter> |
29 | | - <action android:name="android.intent.action.VIEW" /> |
30 | | - <action android:name="android.intent.action.EDIT" /> |
31 | | - |
32 | | - <category android:name="android.intent.category.DEFAULT" /> |
33 | | - <category android:name="android.intent.category.BROWSABLE" /> |
34 | | - |
35 | | - <data android:scheme="file" /> |
36 | | - <data android:scheme="content" /> |
37 | | - <data android:mimeType="application/x-*" /> |
38 | | - <data android:mimeType="application/xml" /> |
39 | | - <data android:mimeType="application/postscript" /> |
40 | | - <data android:mimeType="application/plain" /> |
41 | | - <data android:mimeType="application/x-tcl" /> |
42 | | - <data android:mimeType="application/x-javascript" /> |
43 | | - <data android:mimeType="application/inf" /> |
44 | | - <data android:mimeType="application/octet-stream" /> |
45 | | - <data android:mimeType="text/*" /> |
46 | | - </intent-filter> |
47 | | - <intent-filter> |
48 | | - <action android:name="android.intent.action.SEND" /> |
49 | | - |
50 | | - <category android:name="android.intent.category.DEFAULT" /> |
51 | | - |
52 | | - <data android:mimeType="text/*" /> |
53 | | - </intent-filter> |
54 | | - <intent-filter> |
55 | | - <action android:name="android.intent.action.SEARCH" /> |
56 | | - |
57 | | - <category android:name="android.intent.category.DEFAULT" /> |
58 | | - </intent-filter> |
59 | | - <intent-filter> |
60 | | - <action android:name="com.googlecode.android_scripting.action.EDIT_SCRIPT" /> |
61 | | - |
62 | | - <category android:name="android.intent.category.DEFAULT" /> |
63 | | - </intent-filter> |
64 | | - </activity> |
| 27 | + <activity android:name="com.duy.ide.settings.EditorSettingsActivity" /> |
| 28 | + <activity android:name="com.duy.file.explorer.FileExplorerActivity" /> |
65 | 29 | </application> |
66 | 30 | </manifest> |
0 commit comments