Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
kaiyiz | df2a284 | 2014-04-18 16:13:11 +0800 | [diff] [blame] | 2 | <!-- Copyright (c) 2010-2014, The Linux Foundation. All rights reserved. |
| 3 | Not a Contribution. |
| 4 | |
| 5 | Copyright (C) 2007 The Android Open Source Project |
| 6 | |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | --> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 19 | |
Bart Sears | 7d086bd | 2013-06-27 11:37:23 -0700 | [diff] [blame] | 20 | <manifest android:versionCode="40030" |
| 21 | android:versionName="1.1.40030" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 22 | xmlns:android="http://schemas.android.com/apk/res/android" |
| 23 | package="com.android.gallery3d"> |
| 24 | |
| 25 | <original-package android:name="com.android.gallery3d" /> |
| 26 | |
cretin45 | 2deb6f5 | 2014-12-14 09:21:04 -0800 | [diff] [blame] | 27 | <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" /> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 28 | |
Owen Lin | ca181a6 | 2012-10-16 10:22:54 +0800 | [diff] [blame] | 29 | <permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" |
Mangesh Ghiware | 589381b | 2012-10-30 15:41:00 -0700 | [diff] [blame] | 30 | android:protectionLevel="signatureOrSystem" /> |
Owen Lin | ca181a6 | 2012-10-16 10:22:54 +0800 | [diff] [blame] | 31 | |
Scott Warner | a33834e | 2015-04-25 18:20:16 +0200 | [diff] [blame] | 32 | <permission android:name="com.android.gallery3d.permission.STORAGE_CHANGE" |
| 33 | android:protectionLevel="signatureOrSystem" /> |
| 34 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| 36 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| 37 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.CAMERA" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
| 40 | <uses-permission android:name="android.permission.INTERNET" /> |
| 41 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
kaiyiz | df2a284 | 2014-04-18 16:13:11 +0800 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
Martijn Coenen | 33ef037 | 2012-03-26 18:25:50 -0700 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.NFC" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Chih-Chung Chang | a27fc9e | 2012-03-12 16:04:59 +0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 48 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 49 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 50 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 51 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Likai Ding | d42e6dc | 2013-08-19 16:33:24 +0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
kaiyiz | 2dccb62 | 2014-11-14 14:28:44 +0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE"/> |
John Reck | 0c7d07e | 2013-02-06 13:18:47 -0800 | [diff] [blame] | 56 | <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" /> |
wjiang | 47184c7 | 2014-02-14 17:45:53 +0800 | [diff] [blame] | 57 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 58 | |
| 59 | <supports-screens android:smallScreens="false" |
| 60 | android:normalScreens="true" android:largeScreens="true" |
| 61 | android:anyDensity="true" /> |
| 62 | |
| 63 | <application android:icon="@mipmap/ic_launcher_gallery" android:label="@string/app_name" |
| 64 | android:name="com.android.gallery3d.app.GalleryAppImpl" |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 65 | android:theme="@style/Theme.Gallery" |
Wu-cheng Li | 680ab6c | 2012-04-30 17:43:01 +0800 | [diff] [blame] | 66 | android:logo="@mipmap/ic_launcher_gallery" |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 67 | android:hardwareAccelerated="true" |
Angus Kong | 6fdc875 | 2012-11-01 11:49:43 +0800 | [diff] [blame] | 68 | android:largeHeap="true" |
nicolasroard | 105fbcf | 2013-09-23 16:12:10 -0700 | [diff] [blame] | 69 | android:restoreAnyVersion="true" |
Alex Klyubin | 0addfeb | 2015-05-20 09:25:28 -0700 | [diff] [blame] | 70 | android:supportsRtl="true" |
| 71 | usesCleartextHttp="true"> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 72 | <uses-library android:name="com.google.android.media.effects" android:required="false" /> |
Narayan Kamath | dd0ab3f | 2015-02-13 10:23:11 +0000 | [diff] [blame] | 73 | <uses-library android:name="org.apache.http.legacy" android:required="false" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 74 | <activity android:name="com.android.gallery3d.app.MovieActivity" |
| 75 | android:label="@string/movie_view_label" |
| 76 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 77 | <intent-filter> |
| 78 | <action android:name="android.intent.action.VIEW" /> |
| 79 | <category android:name="android.intent.category.DEFAULT" /> |
| 80 | <category android:name="android.intent.category.BROWSABLE" /> |
| 81 | <data android:scheme="rtsp" /> |
| 82 | </intent-filter> |
| 83 | <intent-filter> |
| 84 | <action android:name="android.intent.action.VIEW" /> |
| 85 | <category android:name="android.intent.category.DEFAULT" /> |
| 86 | <category android:name="android.intent.category.BROWSABLE" /> |
| 87 | <data android:scheme="http" /> |
| 88 | <data android:scheme="https" /> |
| 89 | <data android:scheme="content" /> |
| 90 | <data android:scheme="file" /> |
Likai Ding | 253ebbd | 2013-08-20 16:21:57 +0800 | [diff] [blame] | 91 | <data android:scheme="rtsp" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 92 | <data android:mimeType="video/mpeg4" /> |
| 93 | <data android:mimeType="video/mp4" /> |
| 94 | <data android:mimeType="video/3gp" /> |
| 95 | <data android:mimeType="video/3gpp" /> |
| 96 | <data android:mimeType="video/3gpp2" /> |
| 97 | <data android:mimeType="video/webm" /> |
Chih-Chung Chang | 4c89478 | 2011-10-31 11:23:43 +0800 | [diff] [blame] | 98 | <data android:mimeType="video/avi" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 99 | <data android:mimeType="application/sdp" /> |
lubiny | a286777 | 2014-03-04 16:40:36 +0800 | [diff] [blame] | 100 | <data android:mimeType="video/mp2ts" /> |
| 101 | <data android:mimeType="video/x-ms-asf" /> |
| 102 | <data android:mimeType="video/x-ms-wmv" /> |
| 103 | <data android:mimeType="video/x-matroska" /> |
| 104 | <data android:mimeType="video/x-msvideo"/> |
| 105 | <data android:mimeType="video/divx" /> |
| 106 | <data android:mimeType="video/mkv" /> |
| 107 | <data android:mimeType="video/mpeg" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 108 | </intent-filter> |
| 109 | <intent-filter> |
Jeff Sharkey | d3edb7e | 2013-05-28 14:34:50 -0700 | [diff] [blame] | 110 | <!-- HTTP live support --> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 111 | <action android:name="android.intent.action.VIEW" /> |
| 112 | <category android:name="android.intent.category.DEFAULT" /> |
| 113 | <category android:name="android.intent.category.BROWSABLE" /> |
| 114 | <data android:scheme="http" /> |
Chih-Chung Chang | 360f1db | 2011-10-24 16:45:02 +0800 | [diff] [blame] | 115 | <data android:scheme="https" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 116 | <data android:mimeType="audio/x-mpegurl" /> |
| 117 | <data android:mimeType="audio/mpegurl" /> |
| 118 | <data android:mimeType="application/vnd.apple.mpegurl" /> |
| 119 | <data android:mimeType="application/x-mpegurl" /> |
Rob Walker | a3fcd50 | 2012-01-26 13:32:35 -0800 | [diff] [blame] | 120 | <data android:mimeType="application/dash+xml" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 121 | </intent-filter> |
| 122 | </activity> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 123 | |
cretin45 | 2deb6f5 | 2014-12-14 09:21:04 -0800 | [diff] [blame] | 124 | <activity android:name="com.android.gallery3d.app.GalleryActivity" |
| 125 | android:label="@string/app_name" |
| 126 | android:configChanges="keyboardHidden|orientation|screenSize"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 127 | <intent-filter> |
| 128 | <action android:name="android.intent.action.MAIN" /> |
Jeff Brown | 4b8b92d | 2011-11-28 17:23:56 -0800 | [diff] [blame] | 129 | <category android:name="android.intent.category.DEFAULT" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 130 | <category android:name="android.intent.category.LAUNCHER" /> |
Jeff Brown | 4b8b92d | 2011-11-28 17:23:56 -0800 | [diff] [blame] | 131 | <category android:name="android.intent.category.APP_GALLERY" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 132 | </intent-filter> |
Mangesh Ghiware | 47f602c | 2013-10-04 21:49:15 +0000 | [diff] [blame] | 133 | <intent-filter> |
| 134 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 135 | <category android:name="android.intent.category.OPENABLE" /> |
| 136 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 137 | </intent-filter> |
| 138 | <intent-filter> |
| 139 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 140 | <category android:name="android.intent.category.OPENABLE" /> |
| 141 | <category android:name="android.intent.category.DEFAULT" /> |
| 142 | <data android:mimeType="image/*" /> |
| 143 | <data android:mimeType="video/*" /> |
| 144 | </intent-filter> |
John Reck | f6e687b | 2013-03-08 11:19:27 -0800 | [diff] [blame] | 145 | <!-- We do NOT support the PICK intent, we add these intent-filter for |
| 146 | backward compatibility. Handle it as GET_CONTENT. --> |
| 147 | <intent-filter> |
| 148 | <action android:name="android.intent.action.PICK" /> |
| 149 | <category android:name="android.intent.category.DEFAULT" /> |
| 150 | <data android:mimeType="image/*" /> |
| 151 | <data android:mimeType="video/*" /> |
| 152 | </intent-filter> |
| 153 | <intent-filter> |
| 154 | <action android:name="android.intent.action.PICK" /> |
| 155 | <category android:name="android.intent.category.DEFAULT" /> |
| 156 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 157 | <data android:mimeType="vnd.android.cursor.dir/video" /> |
| 158 | </intent-filter> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 159 | <intent-filter> |
| 160 | <action android:name="android.intent.action.VIEW" /> |
| 161 | <category android:name="android.intent.category.DEFAULT" /> |
| 162 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 163 | <data android:mimeType="vnd.android.cursor.dir/video" /> |
| 164 | </intent-filter> |
| 165 | <intent-filter> |
| 166 | <action android:name="android.intent.action.VIEW" /> |
| 167 | <action android:name="com.android.camera.action.REVIEW" /> |
| 168 | <category android:name="android.intent.category.DEFAULT" /> |
| 169 | <category android:name="android.intent.category.BROWSABLE" /> |
| 170 | <data android:scheme="" /> |
| 171 | <data android:scheme="http" /> |
| 172 | <data android:scheme="https" /> |
| 173 | <data android:scheme="content" /> |
| 174 | <data android:scheme="file" /> |
| 175 | <data android:mimeType="image/bmp" /> |
| 176 | <data android:mimeType="image/jpeg" /> |
| 177 | <data android:mimeType="image/gif" /> |
| 178 | <data android:mimeType="image/png" /> |
Angus Kong | 9874da2 | 2013-01-16 15:52:32 -0800 | [diff] [blame] | 179 | <data android:mimeType="image/webp" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 180 | <data android:mimeType="image/x-ms-bmp" /> |
| 181 | <data android:mimeType="image/vnd.wap.wbmp" /> |
Mangesh Ghiware | 07b70a5 | 2012-10-10 15:56:29 -0700 | [diff] [blame] | 182 | <data android:mimeType="application/vnd.google.panorama360+jpg" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 183 | </intent-filter> |
| 184 | <intent-filter> |
| 185 | <action android:name="com.android.camera.action.REVIEW" /> |
| 186 | <category android:name="android.intent.category.DEFAULT" /> |
| 187 | <category android:name="android.intent.category.BROWSABLE" /> |
| 188 | <data android:scheme="http" /> |
| 189 | <data android:scheme="https" /> |
| 190 | <data android:scheme="content" /> |
| 191 | <data android:scheme="file" /> |
| 192 | <data android:mimeType="video/mpeg4" /> |
| 193 | <data android:mimeType="video/mp4" /> |
| 194 | <data android:mimeType="video/3gp" /> |
| 195 | <data android:mimeType="video/3gpp" /> |
| 196 | <data android:mimeType="video/3gpp2" /> |
| 197 | <data android:mimeType="application/sdp" /> |
| 198 | </intent-filter> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 199 | </activity> |
| 200 | |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 201 | <!-- This activity acts as a trampoline to the new Gallery activity, |
| 202 | so that existing shortcuts are preserved. --> |
cretin45 | 2deb6f5 | 2014-12-14 09:21:04 -0800 | [diff] [blame] | 203 | <activity android:name="com.android.gallery3d.app.Gallery"> |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 204 | <intent-filter> |
| 205 | <action android:name="android.intent.action.MAIN" /> |
| 206 | <category android:name="android.intent.category.DEFAULT" /> |
| 207 | </intent-filter> |
| 208 | </activity> |
| 209 | |
John Reck | 93074e9 | 2013-04-19 10:04:12 -0700 | [diff] [blame] | 210 | <!-- we add this activity-alias for shortcut backward compatibility --> |
| 211 | <!-- Note: The alias must put after the target activity --> |
| 212 | <activity-alias android:name="com.cooliris.media.Gallery" |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 213 | android:targetActivity="com.android.gallery3d.app.GalleryActivity" |
John Reck | d873261 | 2013-02-27 16:48:16 -0800 | [diff] [blame] | 214 | android:configChanges="keyboardHidden|orientation|screenSize" |
John Reck | 93074e9 | 2013-04-19 10:04:12 -0700 | [diff] [blame] | 215 | android:label="@string/app_name"> |
| 216 | <intent-filter> |
| 217 | <action android:name="android.intent.action.MAIN" /> |
| 218 | </intent-filter> |
| 219 | </activity-alias> |
John Reck | d873261 | 2013-02-27 16:48:16 -0800 | [diff] [blame] | 220 | |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 221 | <!-- This activity acts as a trampoline to the new Camera activity |
| 222 | in com.android.camera2 package, so that existing shortcuts |
| 223 | are preserved. --> |
| 224 | <activity android:name="com.android.camera.CameraActivity" |
| 225 | android:icon="@mipmap/ic_launcher_camera" |
| 226 | android:label="@string/camera_label" |
Mangesh Ghiware | 94e122b | 2013-09-19 15:56:15 -0700 | [diff] [blame] | 227 | android:taskAffinity="com.android.camera.CameraActivity" |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 228 | android:theme="@style/android:Theme.NoDisplay" /> |
| 229 | <activity-alias android:name="com.android.camera.CameraLauncher" |
Mangesh Ghiware | 73d0f42 | 2013-08-21 18:18:03 -0700 | [diff] [blame] | 230 | android:label="@string/camera_label" |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 231 | android:targetActivity="com.android.camera.CameraActivity"> |
| 232 | <intent-filter> |
| 233 | <action android:name="android.intent.action.MAIN" /> |
| 234 | <category android:name="android.intent.category.DEFAULT" /> |
| 235 | </intent-filter> |
| 236 | </activity-alias> |
| 237 | |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 238 | <!-- This activity receives USB_DEVICE_ATTACHED intents and allows importing |
| 239 | media from attached MTP devices, like cameras and camera phones --> |
| 240 | <activity android:launchMode="singleInstance" |
| 241 | android:taskAffinity="" android:name="com.android.gallery3d.ingest.IngestActivity" |
Bobby Georgescu | c8a9e86 | 2013-02-01 12:57:14 -0800 | [diff] [blame] | 242 | android:configChanges="orientation|screenSize" |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 243 | android:label="@string/app_name"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 244 | <intent-filter> |
| 245 | <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> |
| 246 | </intent-filter> |
| 247 | <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" |
| 248 | android:resource="@xml/device_filter" /> |
| 249 | </activity> |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 250 | <service android:name="com.android.gallery3d.ingest.IngestService" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 251 | |
| 252 | <activity android:name="com.android.gallery3d.app.Wallpaper" |
| 253 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 254 | android:theme="@style/android:Theme.Translucent.NoTitleBar"> |
| 255 | <intent-filter android:label="@string/camera_setas_wallpaper"> |
| 256 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 257 | <data android:mimeType="image/*" /> |
| 258 | <category android:name="android.intent.category.DEFAULT" /> |
| 259 | </intent-filter> |
| 260 | <intent-filter android:label="@string/app_name"> |
| 261 | <action android:name="android.intent.action.SET_WALLPAPER" /> |
| 262 | <category android:name="android.intent.category.DEFAULT" /> |
| 263 | </intent-filter> |
| 264 | <meta-data android:name="android.wallpaper.preview" |
| 265 | android:resource="@xml/wallpaper_picker_preview" /> |
| 266 | </activity> |
Teng-Hui Zhu | 3f1f1ba | 2012-08-24 14:50:37 -0700 | [diff] [blame] | 267 | <activity android:name="com.android.gallery3d.app.TrimVideo" |
| 268 | android:label="@string/trim_label"> |
ztenghui | b6b3c8c | 2013-08-16 16:24:55 -0700 | [diff] [blame] | 269 | <intent-filter android:label="@string/crop_label"> |
| 270 | <action android:name="com.android.camera.action.TRIM" /> |
| 271 | <category android:name="android.intent.category.DEFAULT" /> |
| 272 | <data android:scheme="content" /> |
| 273 | <data android:scheme="file" /> |
| 274 | <data android:mimeType="video/*" /> |
| 275 | </intent-filter> |
Teng-Hui Zhu | 3f1f1ba | 2012-08-24 14:50:37 -0700 | [diff] [blame] | 276 | </activity> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 277 | |
Michael Bestas | 65196ed | 2015-12-19 11:01:28 -0800 | [diff] [blame^] | 278 | <permission android:name="com.android.gallery3d.filtershow.permission.READ" |
| 279 | android:protectionLevel="signature" /> |
| 280 | |
| 281 | <permission android:name="com.android.gallery3d.filtershow.permission.WRITE" |
| 282 | android:protectionLevel="signature" /> |
| 283 | |
nicolasroard | 0ee91a2 | 2012-10-01 00:25:11 -0700 | [diff] [blame] | 284 | <provider |
| 285 | android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider" |
| 286 | android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider" |
| 287 | android:grantUriPermissions="true" |
| 288 | android:readPermission="com.android.gallery3d.filtershow.permission.READ" |
| 289 | android:writePermission="com.android.gallery3d.filtershow.permission.WRITE" /> |
nicolasroard | 24d6ec7 | 2013-07-12 18:27:54 -0700 | [diff] [blame] | 290 | |
| 291 | <service |
| 292 | android:name=".filtershow.pipeline.ProcessingService" |
| 293 | android:exported="false" /> |
| 294 | |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 295 | <activity |
| 296 | android:name="com.android.gallery3d.filtershow.FilterShowActivity" |
| 297 | android:label="@string/title_activity_filter_show" |
nicolasroard | 9cd7308 | 2012-11-28 19:11:42 -0800 | [diff] [blame] | 298 | android:theme="@style/Theme.FilterShow" |
nicolasroard | 60d2527 | 2012-10-18 16:16:36 -0700 | [diff] [blame] | 299 | android:configChanges="keyboardHidden|orientation|screenSize"> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 300 | <intent-filter> |
| 301 | <action android:name="android.intent.action.EDIT" /> |
| 302 | <category android:name="android.intent.category.DEFAULT" /> |
| 303 | <data android:mimeType="image/*" /> |
| 304 | </intent-filter> |
| 305 | <intent-filter> |
| 306 | <action android:name="action_nextgen_edit" /> |
| 307 | <category android:name="android.intent.category.DEFAULT" /> |
| 308 | <data android:mimeType="image/*" /> |
| 309 | </intent-filter> |
Ruben Brunk | 6fe165b | 2013-04-04 17:20:42 -0700 | [diff] [blame] | 310 | </activity> |
| 311 | |
| 312 | <activity |
| 313 | android:name="com.android.gallery3d.filtershow.crop.CropActivity" |
| 314 | android:label="@string/crop" |
nicolasroard | 7432c52 | 2013-09-24 14:20:04 -0700 | [diff] [blame] | 315 | android:theme="@style/Theme.Crop" |
Ruben Brunk | 6fe165b | 2013-04-04 17:20:42 -0700 | [diff] [blame] | 316 | android:configChanges="keyboardHidden|orientation|screenSize"> |
| 317 | <intent-filter android:label="@string/crop_label"> |
Ruben Brunk | 795776f | 2012-12-05 22:07:12 -0800 | [diff] [blame] | 318 | <action android:name="com.android.camera.action.CROP" /> |
Ruben Brunk | 5aa454b | 2012-10-25 15:53:42 -0700 | [diff] [blame] | 319 | <data android:scheme="content" /> |
| 320 | <data android:scheme="file" /> |
Ruben Brunk | 63926d2 | 2012-10-17 00:40:35 -0700 | [diff] [blame] | 321 | <data android:mimeType="image/*" /> |
| 322 | <category android:name="android.intent.category.DEFAULT" /> |
| 323 | <category android:name="android.intent.category.ALTERNATIVE" /> |
| 324 | <category android:name="android.intent.category.SELECTED_ALTERNATIVE" /> |
| 325 | </intent-filter> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 326 | </activity> |
| 327 | |
Ruei-sung Lin | d37ff2e | 2011-09-19 14:33:17 +0800 | [diff] [blame] | 328 | <uses-library android:name="com.google.android.media.effects" |
| 329 | android:required="false" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 330 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 331 | <activity android:name="com.android.gallery3d.settings.GallerySettings" |
Ahbong Chang | ab15e83 | 2012-08-21 14:06:51 +0800 | [diff] [blame] | 332 | android:theme="@style/Theme.Gallery" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 333 | android:configChanges="orientation|keyboardHidden|screenSize" /> |
| 334 | |
Likai Ding | 65b4d0c | 2013-08-13 14:43:40 +0800 | [diff] [blame] | 335 | <activity android:name="com.android.gallery3d.util.ViewGifImage" |
| 336 | android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" |
| 337 | android:configChanges="orientation|keyboardHidden|screenSize|keyboard|navigation"> |
| 338 | <intent-filter> |
| 339 | <action android:name="com.android.gallery3d.VIEW_GIF" /> |
| 340 | <data android:mimeType="image/gif" /> |
| 341 | <category android:name="android.intent.category.DEFAULT" /> |
| 342 | </intent-filter> |
| 343 | </activity> |
| 344 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 345 | <provider android:name="com.android.gallery3d.provider.GalleryProvider" |
| 346 | android:syncable="false" |
| 347 | android:grantUriPermissions="true" |
Nick Kralevich | e8e80ba | 2012-08-03 15:50:39 -0700 | [diff] [blame] | 348 | android:exported="true" |
Owen Lin | ca181a6 | 2012-10-16 10:22:54 +0800 | [diff] [blame] | 349 | android:permission="com.android.gallery3d.permission.GALLERY_PROVIDER" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 350 | android:authorities="com.android.gallery3d.provider" /> |
George Mount | c8419b4 | 2013-02-20 17:01:54 -0800 | [diff] [blame] | 351 | <provider |
| 352 | android:name="com.android.photos.data.PhotoProvider" |
| 353 | android:authorities="com.android.gallery3d.photoprovider" |
| 354 | android:syncable="false" |
| 355 | android:exported="false"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 356 | <activity android:name="com.android.gallery3d.gadget.WidgetClickHandler" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 357 | <activity android:name="com.android.gallery3d.app.DialogPicker" |
| 358 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 359 | android:theme="@style/DialogPickerTheme"/> |
| 360 | <activity android:name="com.android.gallery3d.app.AlbumPicker" |
| 361 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 362 | android:theme="@style/DialogPickerTheme"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 363 | <activity android:name="com.android.gallery3d.gadget.WidgetTypeChooser" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 364 | android:configChanges="keyboardHidden|orientation|screenSize" |
Ahbong Chang | ab15e83 | 2012-08-21 14:06:51 +0800 | [diff] [blame] | 365 | android:theme="@style/Theme.Gallery.Dialog"/> |
Mangesh Ghiware | 2bb9b8c | 2012-10-22 15:47:22 -0700 | [diff] [blame] | 366 | |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 367 | <receiver android:name="com.android.gallery3d.gadget.PhotoAppWidgetProvider" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 368 | android:label="@string/appwidget_title"> |
| 369 | <intent-filter> |
| 370 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
| 371 | </intent-filter> |
| 372 | <meta-data android:name="android.appwidget.provider" |
| 373 | android:resource="@xml/widget_info" /> |
| 374 | </receiver> |
| 375 | <receiver android:name="com.android.gallery3d.app.PackagesMonitor"> |
| 376 | <intent-filter> |
| 377 | <action android:name="android.intent.action.PACKAGE_ADDED"/> |
| 378 | <action android:name="android.intent.action.PACKAGE_REMOVED"/> |
Chih-Chung Chang | d091538 | 2011-11-30 14:32:35 +0800 | [diff] [blame] | 379 | <action android:name="android.intent.action.PACKAGE_CHANGED"/> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 380 | <data android:scheme="package"/> |
| 381 | </intent-filter> |
| 382 | </receiver> |
Hung-ying Tyan | a56270e | 2012-06-27 18:25:47 +0800 | [diff] [blame] | 383 | <service android:name="com.android.gallery3d.app.PackagesMonitor$AsyncService"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 384 | <service android:name="com.android.gallery3d.gadget.WidgetService" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 385 | android:permission="android.permission.BIND_REMOTEVIEWS"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 386 | <activity android:name="com.android.gallery3d.gadget.WidgetConfigure" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 387 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 388 | android:theme="@style/android:Theme.Translucent.NoTitleBar"> |
| 389 | <intent-filter> |
| 390 | <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> |
| 391 | </intent-filter> |
| 392 | </activity> |
Bobby Georgescu | a2d0d34 | 2012-12-03 13:56:00 -0800 | [diff] [blame] | 393 | <service android:name="com.android.gallery3d.app.BatchService" /> |
Mangesh Ghiware | 5cf4812 | 2013-09-22 13:00:24 -0700 | [diff] [blame] | 394 | |
| 395 | <receiver android:name="com.android.camera.DisableCameraReceiver"> |
| 396 | <intent-filter> |
| 397 | <action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 398 | </intent-filter> |
| 399 | </receiver> |
| 400 | |
Scott Warner | a33834e | 2015-04-25 18:20:16 +0200 | [diff] [blame] | 401 | <!-- Receiver to keep the storage path for the camera in sync --> |
| 402 | <receiver android:name="com.android.gallery3d.app.StorageChangeReceiver" |
| 403 | android:permission="com.android.gallery3d.permission.STORAGE_CHANGE" > |
| 404 | <intent-filter> |
| 405 | <action android:name="com.android.gallery3d.STORAGE_CHANGE" /> |
| 406 | </intent-filter> |
| 407 | </receiver> |
| 408 | |
Angus Kong | c099398 | 2013-01-29 17:43:48 -0800 | [diff] [blame] | 409 | <service android:name="com.android.camera.MediaSaveService" /> |
Likai Ding | d42e6dc | 2013-08-19 16:33:24 +0800 | [diff] [blame] | 410 | |
| 411 | <activity android:name="org.codeaurora.gallery3d.video.SettingsActivity" |
| 412 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 413 | android:label="@string/streaming_settings" > |
| 414 | <intent-filter> |
| 415 | <action android:name="org.codeaurora.settings.streaming" /> |
| 416 | <action android:name="android.intent.action.MAIN" /> |
| 417 | <category android:name="android.intent.category.DEFAULT" /> |
| 418 | </intent-filter> |
| 419 | </activity> |
| 420 | <receiver android:name="org.codeaurora.gallery3d.video.DmReceiver" > |
| 421 | <intent-filter> |
| 422 | <action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 423 | <action android:name="streaming.action.WRITE_SETTINGS" /> |
| 424 | </intent-filter> |
| 425 | </receiver> |
| 426 | |
| 427 | <activity android:name="org.codeaurora.gallery3d.video.BookmarkActivity" |
| 428 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 429 | android:icon="@drawable/ic_menu_display_bookmark" |
| 430 | android:label="@string/bookmark_list" |
| 431 | android:theme="@android:style/Theme.Holo" > |
| 432 | <intent-filter> |
| 433 | <action android:name="org.codeaurora.bookmark.VIEW" /> |
| 434 | <category android:name="android.intent.category.DEFAULT" /> |
| 435 | </intent-filter> |
| 436 | </activity> |
Likai Ding | 253ebbd | 2013-08-20 16:21:57 +0800 | [diff] [blame] | 437 | <activity android:name="org.codeaurora.gallery3d.video.VideoSettingsActivity" |
| 438 | android:label="@string/movie_view_label" |
| 439 | android:configChanges="orientation|keyboardHidden|screenSize|mnc|mcc"> |
| 440 | </activity> |
Danesh M | a5aa75d | 2015-09-09 17:51:27 -0700 | [diff] [blame] | 441 | <provider |
| 442 | android:name="android.support.v4.content.FileProvider" |
| 443 | android:authorities="com.android.gallery3d.fileprovider" |
| 444 | android:exported="false" |
| 445 | android:grantUriPermissions="true"> |
| 446 | <meta-data |
| 447 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 448 | android:resource="@xml/file_paths" /> |
| 449 | </provider> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 450 | </application> |
| 451 | </manifest> |