|
56 | 56 | <action android:name="com.google.android.apps.drive.DRIVE_OPEN" />
|
57 | 57 | <category android:name="android.intent.category.LAUNCHER" />
|
58 | 58 | </intent-filter>
|
59 |
| - <!-- |
60 |
| - <intent-filter> |
61 |
| - <action android:name="android.intent.action.SEND" /> |
62 |
| - <category android:name="android.intent.category.DEFAULT" /> |
63 |
| - <data android:mimeType="text/plain" /> |
64 |
| - </intent-filter> |
65 |
| - <intent-filter> |
66 |
| - <action android:name="android.intent.action.VIEW"/> |
67 |
| - <category android:name="android.intent.category.DEFAULT"/> |
68 |
| - <category android:name="android.intent.category.BROWSABLE"/> |
69 |
| - <data android:mimeType="text/*"/> |
70 |
| - <data android:pathPattern=".*\\.limedb" /> |
71 |
| - <data android:pathPattern=".*\\.lime" /> |
72 |
| - <data android:pathPattern=".*\\.cin" /> |
73 |
| - <data android:scheme="file"/> |
74 |
| - </intent-filter> |
75 |
| - <intent-filter> |
76 |
| - <action android:name="android.intent.action.VIEW"/> |
77 |
| - <category android:name="android.intent.category.DEFAULT"/> |
78 |
| - <category android:name="android.intent.category.BROWSABLE"/> |
79 |
| - <data android:pathPattern=".*\\.limedb" /> |
80 |
| - <data android:pathPattern=".*\\.lime" /> |
81 |
| - <data android:pathPattern=".*\\.cin" /> |
82 |
| - <data android:scheme="file"/> |
83 |
| - </intent-filter> |
84 |
| - <intent-filter> |
85 |
| - <action android:name="android.intent.action.VIEW"/> |
86 |
| - <category android:name="android.intent.category.DEFAULT"/> |
87 |
| - <category android:name="android.intent.category.BROWSABLE"/> |
88 |
| - <data android:host="gmail-ls" android:mimeType="application/octet-stream" android:scheme="content"/> |
89 |
| - </intent-filter> |
90 |
| - <intent-filter> |
91 |
| - <action android:name="android.intent.action.VIEW"/> |
92 |
| - <category android:name="android.intent.category.DEFAULT"/> |
93 |
| - <category android:name="android.intent.category.BROWSABLE"/> |
94 |
| - <data android:host="gmail-ls" android:mimeType="text/*" android:scheme="content"/> |
95 |
| - </intent-filter> |
96 |
| - --> |
97 | 59 | </activity>
|
98 | 60 |
|
99 | 61 | <!-- LIME Services -->
|
|
110 | 72 | android:resource="@xml/method" />
|
111 | 73 | </service>
|
112 | 74 |
|
113 |
| - <!-- |
114 |
| - <activity android:configChanges="keyboard|keyboardHidden|orientation" |
115 |
| - android:label="@string/ime_setting" android:name="net.toload.main.hd.limesettings.LIMEPreference"> |
116 |
| - </activity> |
117 |
| - --> |
118 | 75 | <activity
|
119 | 76 | android:theme="@style/Theme.AppCompat.Light"
|
120 | 77 | android:name=".limesettings.LIMEPreferenceHC"
|
|
0 commit comments