Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
jinwu | 4fafa7a | 2017-04-07 13:27:48 +0800 | [diff] [blame] | 2 | <!-- Copyright (c) 2010-2014, 2016-2017 The Linux Foundation. All rights reserved. |
kaiyiz | df2a284 | 2014-04-18 16:13:11 +0800 | [diff] [blame] | 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" |
Likai Ding | c83b5b7 | 2016-05-25 14:48:41 +0800 | [diff] [blame] | 23 | package="org.codeaurora.gallery"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 24 | |
| 25 | <original-package android:name="com.android.gallery3d" /> |
| 26 | |
Arne Coucheron | 1bf43ee | 2017-07-05 01:17:46 +0200 | [diff] [blame] | 27 | <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28"/> |
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" |
Lalit Kansara | 0efd7f0 | 2018-08-10 10:45:43 +0900 | [diff] [blame] | 30 | android:protectionLevel="signatureOrSystem" /> |
| 31 | |
AdrianDC | 5c83a0a | 2015-11-19 21:57:37 +0100 | [diff] [blame] | 32 | <permission android:name="org.codeaurora.gallery.filtershow.permission.READ" |
Lalit Kansara | 0efd7f0 | 2018-08-10 10:45:43 +0900 | [diff] [blame] | 33 | android:protectionLevel="signature" /> |
| 34 | |
AdrianDC | 5c83a0a | 2015-11-19 21:57:37 +0100 | [diff] [blame] | 35 | <permission android:name="org.codeaurora.gallery.filtershow.permission.WRITE" |
Lalit Kansara | 0efd7f0 | 2018-08-10 10:45:43 +0900 | [diff] [blame] | 36 | android:protectionLevel="signature" /> |
Owen Lin | ca181a6 | 2012-10-16 10:22:54 +0800 | [diff] [blame] | 37 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.INTERNET" /> |
| 40 | <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" /> |
kaiyiz | df2a284 | 2014-04-18 16:13:11 +0800 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
Martijn Coenen | 33ef037 | 2012-03-26 18:25:50 -0700 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.NFC" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
Chih-Chung Chang | a27fc9e | 2012-03-12 16:04:59 +0800 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 46 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 47 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 48 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 49 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 51 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
John Reck | 0c7d07e | 2013-02-06 13:18:47 -0800 | [diff] [blame] | 52 | <uses-permission android:name="com.android.gallery3d.permission.GALLERY_PROVIDER" /> |
wjiang | 47184c7 | 2014-02-14 17:45:53 +0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
zhuw | c94d7b4 | 2019-04-03 10:32:19 +0800 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> |
Likai Ding | ce6d1cf | 2016-06-06 15:08:29 +0800 | [diff] [blame] | 55 | <!-- add for guest to set system property --> |
Kedi Xu | 3d61651 | 2016-10-12 15:52:54 +0800 | [diff] [blame] | 56 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 57 | |
| 58 | <supports-screens android:smallScreens="false" |
| 59 | android:normalScreens="true" android:largeScreens="true" |
| 60 | android:anyDensity="true" /> |
| 61 | |
Asher Simonds | 669b0a9 | 2018-02-12 10:28:12 +0100 | [diff] [blame] | 62 | <application android:icon="@mipmap/ic_launcher" android:label="@string/app_name" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 63 | android:name="com.android.gallery3d.app.GalleryAppImpl" |
Asher Simonds | 669b0a9 | 2018-02-12 10:28:12 +0100 | [diff] [blame] | 64 | android:logo="@mipmap/ic_launcher" |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 65 | android:hardwareAccelerated="true" |
Angus Kong | 6fdc875 | 2012-11-01 11:49:43 +0800 | [diff] [blame] | 66 | android:largeHeap="true" |
Joey | 3fdfc12 | 2018-01-25 12:20:24 +0100 | [diff] [blame] | 67 | android:appCategory="image" |
nicolasroard | 105fbcf | 2013-09-23 16:12:10 -0700 | [diff] [blame] | 68 | android:restoreAnyVersion="true" |
Alex Klyubin | 0addfeb | 2015-05-20 09:25:28 -0700 | [diff] [blame] | 69 | android:supportsRtl="true" |
Likai Ding | ce6d1cf | 2016-06-06 15:08:29 +0800 | [diff] [blame] | 70 | android:usesCleartextTraffic="true"> |
Chih-Chung Chang | 6376478 | 2012-03-08 20:10:53 +0800 | [diff] [blame] | 71 | <uses-library android:name="com.google.android.media.effects" android:required="false" /> |
Narayan Kamath | dd0ab3f | 2015-02-13 10:23:11 +0000 | [diff] [blame] | 72 | <uses-library android:name="org.apache.http.legacy" android:required="false" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 73 | <activity android:name="com.android.gallery3d.app.MovieActivity" |
| 74 | android:label="@string/movie_view_label" |
Chao Zhang | ad5509e | 2016-06-06 10:39:35 +0800 | [diff] [blame] | 75 | android:theme="@style/Theme.MovieActivity" |
zdi | 9c3a0fe | 2016-03-15 10:06:26 +0800 | [diff] [blame] | 76 | android:configChanges="orientation|keyboardHidden|screenSize|keyboard"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 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" /> |
Kedi Xu | e158d36 | 2016-10-20 11:06:20 +0800 | [diff] [blame] | 92 | <data android:mimeType="video/*" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 93 | </intent-filter> |
| 94 | <intent-filter> |
Jeff Sharkey | d3edb7e | 2013-05-28 14:34:50 -0700 | [diff] [blame] | 95 | <!-- HTTP live support --> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 96 | <action android:name="android.intent.action.VIEW" /> |
| 97 | <category android:name="android.intent.category.DEFAULT" /> |
| 98 | <category android:name="android.intent.category.BROWSABLE" /> |
| 99 | <data android:scheme="http" /> |
Chih-Chung Chang | 360f1db | 2011-10-24 16:45:02 +0800 | [diff] [blame] | 100 | <data android:scheme="https" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 101 | <data android:mimeType="audio/x-mpegurl" /> |
| 102 | <data android:mimeType="audio/mpegurl" /> |
| 103 | <data android:mimeType="application/vnd.apple.mpegurl" /> |
| 104 | <data android:mimeType="application/x-mpegurl" /> |
Rob Walker | d73fd7e | 2012-01-26 13:32:35 -0800 | [diff] [blame] | 105 | <data android:mimeType="application/dash+xml" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 106 | </intent-filter> |
| 107 | </activity> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 108 | |
Ravi Banuri | 49f14dd | 2015-10-21 15:54:59 +0530 | [diff] [blame] | 109 | <activity android:name="com.android.gallery3d.app.GalleryActivity" |
| 110 | android:theme="@style/AppTheme" |
jinwu | 4fafa7a | 2017-04-07 13:27:48 +0800 | [diff] [blame] | 111 | android:configChanges="keyboardHidden|orientation|screenSize|locale|fontScale|layoutDirection"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 112 | <intent-filter> |
| 113 | <action android:name="android.intent.action.MAIN" /> |
Jeff Brown | 4b8b92d | 2011-11-28 17:23:56 -0800 | [diff] [blame] | 114 | <category android:name="android.intent.category.DEFAULT" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 115 | <category android:name="android.intent.category.LAUNCHER" /> |
Jeff Brown | 4b8b92d | 2011-11-28 17:23:56 -0800 | [diff] [blame] | 116 | <category android:name="android.intent.category.APP_GALLERY" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 117 | </intent-filter> |
Mangesh Ghiware | 47f602c | 2013-10-04 21:49:15 +0000 | [diff] [blame] | 118 | <intent-filter> |
| 119 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 120 | <category android:name="android.intent.category.OPENABLE" /> |
| 121 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 122 | </intent-filter> |
| 123 | <intent-filter> |
| 124 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 125 | <category android:name="android.intent.category.OPENABLE" /> |
| 126 | <category android:name="android.intent.category.DEFAULT" /> |
| 127 | <data android:mimeType="image/*" /> |
| 128 | <data android:mimeType="video/*" /> |
| 129 | </intent-filter> |
John Reck | f6e687b | 2013-03-08 11:19:27 -0800 | [diff] [blame] | 130 | <!-- We do NOT support the PICK intent, we add these intent-filter for |
| 131 | backward compatibility. Handle it as GET_CONTENT. --> |
| 132 | <intent-filter> |
| 133 | <action android:name="android.intent.action.PICK" /> |
| 134 | <category android:name="android.intent.category.DEFAULT" /> |
| 135 | <data android:mimeType="image/*" /> |
| 136 | <data android:mimeType="video/*" /> |
| 137 | </intent-filter> |
| 138 | <intent-filter> |
| 139 | <action android:name="android.intent.action.PICK" /> |
| 140 | <category android:name="android.intent.category.DEFAULT" /> |
| 141 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 142 | <data android:mimeType="vnd.android.cursor.dir/video" /> |
| 143 | </intent-filter> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 144 | <intent-filter> |
| 145 | <action android:name="android.intent.action.VIEW" /> |
| 146 | <category android:name="android.intent.category.DEFAULT" /> |
| 147 | <data android:mimeType="vnd.android.cursor.dir/image" /> |
| 148 | <data android:mimeType="vnd.android.cursor.dir/video" /> |
| 149 | </intent-filter> |
| 150 | <intent-filter> |
| 151 | <action android:name="android.intent.action.VIEW" /> |
| 152 | <action android:name="com.android.camera.action.REVIEW" /> |
| 153 | <category android:name="android.intent.category.DEFAULT" /> |
| 154 | <category android:name="android.intent.category.BROWSABLE" /> |
| 155 | <data android:scheme="" /> |
| 156 | <data android:scheme="http" /> |
| 157 | <data android:scheme="https" /> |
| 158 | <data android:scheme="content" /> |
| 159 | <data android:scheme="file" /> |
Likai Ding | b6a5bb9 | 2016-09-13 15:47:40 +0800 | [diff] [blame] | 160 | <data android:mimeType="image/*" /> |
Mangesh Ghiware | 07b70a5 | 2012-10-10 15:56:29 -0700 | [diff] [blame] | 161 | <data android:mimeType="application/vnd.google.panorama360+jpg" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 162 | </intent-filter> |
| 163 | <intent-filter> |
| 164 | <action android:name="com.android.camera.action.REVIEW" /> |
| 165 | <category android:name="android.intent.category.DEFAULT" /> |
| 166 | <category android:name="android.intent.category.BROWSABLE" /> |
| 167 | <data android:scheme="http" /> |
| 168 | <data android:scheme="https" /> |
| 169 | <data android:scheme="content" /> |
| 170 | <data android:scheme="file" /> |
| 171 | <data android:mimeType="video/mpeg4" /> |
| 172 | <data android:mimeType="video/mp4" /> |
| 173 | <data android:mimeType="video/3gp" /> |
| 174 | <data android:mimeType="video/3gpp" /> |
| 175 | <data android:mimeType="video/3gpp2" /> |
| 176 | <data android:mimeType="application/sdp" /> |
| 177 | </intent-filter> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 178 | </activity> |
| 179 | |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 180 | <!-- This activity acts as a trampoline to the new Gallery activity, |
| 181 | so that existing shortcuts are preserved. --> |
| 182 | <activity android:name="com.android.gallery3d.app.Gallery" |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 183 | android:theme="@style/android:Theme.NoDisplay"> |
| 184 | <intent-filter> |
| 185 | <action android:name="android.intent.action.MAIN" /> |
| 186 | <category android:name="android.intent.category.DEFAULT" /> |
| 187 | </intent-filter> |
| 188 | </activity> |
| 189 | |
John Reck | 93074e9 | 2013-04-19 10:04:12 -0700 | [diff] [blame] | 190 | <!-- we add this activity-alias for shortcut backward compatibility --> |
| 191 | <!-- Note: The alias must put after the target activity --> |
| 192 | <activity-alias android:name="com.cooliris.media.Gallery" |
Mangesh Ghiware | 06c0276 | 2013-09-11 15:59:59 -0700 | [diff] [blame] | 193 | android:targetActivity="com.android.gallery3d.app.GalleryActivity" |
John Reck | d873261 | 2013-02-27 16:48:16 -0800 | [diff] [blame] | 194 | android:configChanges="keyboardHidden|orientation|screenSize" |
John Reck | 93074e9 | 2013-04-19 10:04:12 -0700 | [diff] [blame] | 195 | android:label="@string/app_name"> |
| 196 | <intent-filter> |
| 197 | <action android:name="android.intent.action.MAIN" /> |
| 198 | </intent-filter> |
| 199 | </activity-alias> |
John Reck | d873261 | 2013-02-27 16:48:16 -0800 | [diff] [blame] | 200 | |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 201 | <!-- This activity acts as a trampoline to the new Camera activity |
| 202 | in com.android.camera2 package, so that existing shortcuts |
| 203 | are preserved. --> |
| 204 | <activity android:name="com.android.camera.CameraActivity" |
| 205 | android:icon="@mipmap/ic_launcher_camera" |
| 206 | android:label="@string/camera_label" |
Mangesh Ghiware | 94e122b | 2013-09-19 15:56:15 -0700 | [diff] [blame] | 207 | android:taskAffinity="com.android.camera.CameraActivity" |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 208 | android:theme="@style/android:Theme.NoDisplay" /> |
| 209 | <activity-alias android:name="com.android.camera.CameraLauncher" |
Mangesh Ghiware | 73d0f42 | 2013-08-21 18:18:03 -0700 | [diff] [blame] | 210 | android:label="@string/camera_label" |
Mangesh Ghiware | f142f2f | 2013-08-14 08:44:07 -0700 | [diff] [blame] | 211 | android:targetActivity="com.android.camera.CameraActivity"> |
| 212 | <intent-filter> |
| 213 | <action android:name="android.intent.action.MAIN" /> |
| 214 | <category android:name="android.intent.category.DEFAULT" /> |
| 215 | </intent-filter> |
| 216 | </activity-alias> |
| 217 | |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 218 | <!-- This activity receives USB_DEVICE_ATTACHED intents and allows importing |
| 219 | media from attached MTP devices, like cameras and camera phones --> |
| 220 | <activity android:launchMode="singleInstance" |
| 221 | android:taskAffinity="" android:name="com.android.gallery3d.ingest.IngestActivity" |
Bobby Georgescu | c8a9e86 | 2013-02-01 12:57:14 -0800 | [diff] [blame] | 222 | android:configChanges="orientation|screenSize" |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 223 | android:label="@string/app_name"> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 224 | <intent-filter> |
| 225 | <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" /> |
| 226 | </intent-filter> |
| 227 | <meta-data android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" |
| 228 | android:resource="@xml/device_filter" /> |
| 229 | </activity> |
Bobby Georgescu | d3aac52 | 2012-12-26 00:52:28 -0800 | [diff] [blame] | 230 | <service android:name="com.android.gallery3d.ingest.IngestService" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 231 | |
| 232 | <activity android:name="com.android.gallery3d.app.Wallpaper" |
| 233 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 234 | android:theme="@style/android:Theme.Translucent.NoTitleBar"> |
| 235 | <intent-filter android:label="@string/camera_setas_wallpaper"> |
| 236 | <action android:name="android.intent.action.ATTACH_DATA" /> |
| 237 | <data android:mimeType="image/*" /> |
| 238 | <category android:name="android.intent.category.DEFAULT" /> |
| 239 | </intent-filter> |
| 240 | <intent-filter android:label="@string/app_name"> |
| 241 | <action android:name="android.intent.action.SET_WALLPAPER" /> |
| 242 | <category android:name="android.intent.category.DEFAULT" /> |
| 243 | </intent-filter> |
| 244 | <meta-data android:name="android.wallpaper.preview" |
| 245 | android:resource="@xml/wallpaper_picker_preview" /> |
| 246 | </activity> |
Teng-Hui Zhu | 3f1f1ba | 2012-08-24 14:50:37 -0700 | [diff] [blame] | 247 | <activity android:name="com.android.gallery3d.app.TrimVideo" |
zdi | 6f8d6b6 | 2016-03-01 11:45:51 +0800 | [diff] [blame] | 248 | android:label="@string/trim_label" |
Chao Zhang | ad5509e | 2016-06-06 10:39:35 +0800 | [diff] [blame] | 249 | android:theme="@style/Theme.MovieActivity" |
zdi | 6f8d6b6 | 2016-03-01 11:45:51 +0800 | [diff] [blame] | 250 | android:configChanges="keyboardHidden|orientation|screenSize"> |
ztenghui | b6b3c8c | 2013-08-16 16:24:55 -0700 | [diff] [blame] | 251 | <intent-filter android:label="@string/crop_label"> |
| 252 | <action android:name="com.android.camera.action.TRIM" /> |
| 253 | <category android:name="android.intent.category.DEFAULT" /> |
| 254 | <data android:scheme="content" /> |
| 255 | <data android:scheme="file" /> |
| 256 | <data android:mimeType="video/*" /> |
| 257 | </intent-filter> |
Teng-Hui Zhu | 3f1f1ba | 2012-08-24 14:50:37 -0700 | [diff] [blame] | 258 | </activity> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 259 | |
nicolasroard | 0ee91a2 | 2012-10-01 00:25:11 -0700 | [diff] [blame] | 260 | <provider |
| 261 | android:name="com.android.gallery3d.filtershow.provider.SharedImageProvider" |
| 262 | android:authorities="com.android.gallery3d.filtershow.provider.SharedImageProvider" |
| 263 | android:grantUriPermissions="true" |
AdrianDC | 5c83a0a | 2015-11-19 21:57:37 +0100 | [diff] [blame] | 264 | android:readPermission="org.codeaurora.gallery.filtershow.permission.READ" |
| 265 | android:writePermission="org.codeaurora.gallery.filtershow.permission.WRITE" /> |
nicolasroard | 24d6ec7 | 2013-07-12 18:27:54 -0700 | [diff] [blame] | 266 | |
| 267 | <service |
Likai Ding | 49eee1c | 2016-06-17 15:30:06 +0800 | [diff] [blame] | 268 | android:name="com.android.gallery3d.filtershow.pipeline.ProcessingService" |
nicolasroard | 24d6ec7 | 2013-07-12 18:27:54 -0700 | [diff] [blame] | 269 | android:exported="false" /> |
| 270 | |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 271 | <activity |
| 272 | android:name="com.android.gallery3d.filtershow.FilterShowActivity" |
nicolasroard | 9cd7308 | 2012-11-28 19:11:42 -0800 | [diff] [blame] | 273 | android:theme="@style/Theme.FilterShow" |
zhuw | 505eea2 | 2017-06-26 15:31:33 +0800 | [diff] [blame] | 274 | android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection"> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 275 | <intent-filter> |
| 276 | <action android:name="android.intent.action.EDIT" /> |
| 277 | <category android:name="android.intent.category.DEFAULT" /> |
| 278 | <data android:mimeType="image/*" /> |
| 279 | </intent-filter> |
| 280 | <intent-filter> |
| 281 | <action android:name="action_nextgen_edit" /> |
| 282 | <category android:name="android.intent.category.DEFAULT" /> |
| 283 | <data android:mimeType="image/*" /> |
| 284 | </intent-filter> |
Ruben Brunk | 6fe165b | 2013-04-04 17:20:42 -0700 | [diff] [blame] | 285 | </activity> |
| 286 | |
| 287 | <activity |
| 288 | android:name="com.android.gallery3d.filtershow.crop.CropActivity" |
| 289 | android:label="@string/crop" |
nicolasroard | 7432c52 | 2013-09-24 14:20:04 -0700 | [diff] [blame] | 290 | android:theme="@style/Theme.Crop" |
Chao Zhang | d34f6bc | 2016-03-16 19:34:56 +0800 | [diff] [blame] | 291 | android:configChanges="keyboardHidden|orientation|screenSize|fontScale"> |
Ruben Brunk | 6fe165b | 2013-04-04 17:20:42 -0700 | [diff] [blame] | 292 | <intent-filter android:label="@string/crop_label"> |
Ruben Brunk | 795776f | 2012-12-05 22:07:12 -0800 | [diff] [blame] | 293 | <action android:name="com.android.camera.action.CROP" /> |
Ruben Brunk | 5aa454b | 2012-10-25 15:53:42 -0700 | [diff] [blame] | 294 | <data android:scheme="content" /> |
| 295 | <data android:scheme="file" /> |
Ruben Brunk | 63926d2 | 2012-10-17 00:40:35 -0700 | [diff] [blame] | 296 | <data android:mimeType="image/*" /> |
| 297 | <category android:name="android.intent.category.DEFAULT" /> |
| 298 | <category android:name="android.intent.category.ALTERNATIVE" /> |
| 299 | <category android:name="android.intent.category.SELECTED_ALTERNATIVE" /> |
| 300 | </intent-filter> |
nicolasroard | f37e1e9 | 2012-09-27 12:20:11 -0700 | [diff] [blame] | 301 | </activity> |
| 302 | |
Ruei-sung Lin | d37ff2e | 2011-09-19 14:33:17 +0800 | [diff] [blame] | 303 | <uses-library android:name="com.google.android.media.effects" |
| 304 | android:required="false" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 305 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 306 | <activity android:name="com.android.gallery3d.settings.GallerySettings" |
Ahbong Chang | ab15e83 | 2012-08-21 14:06:51 +0800 | [diff] [blame] | 307 | android:theme="@style/Theme.Gallery" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 308 | android:configChanges="orientation|keyboardHidden|screenSize" /> |
| 309 | |
Likai Ding | 7863e92 | 2013-08-13 14:07:48 +0800 | [diff] [blame] | 310 | <activity android:name="com.android.gallery3d.util.ViewGifImage" |
| 311 | android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen" |
| 312 | android:configChanges="orientation|keyboardHidden|screenSize|keyboard|navigation"> |
| 313 | <intent-filter> |
| 314 | <action android:name="com.android.gallery3d.VIEW_GIF" /> |
| 315 | <data android:mimeType="image/gif" /> |
| 316 | <category android:name="android.intent.category.DEFAULT" /> |
| 317 | </intent-filter> |
| 318 | </activity> |
| 319 | |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 320 | <provider android:name="com.android.gallery3d.provider.GalleryProvider" |
| 321 | android:syncable="false" |
| 322 | android:grantUriPermissions="true" |
Nick Kralevich | e8e80ba | 2012-08-03 15:50:39 -0700 | [diff] [blame] | 323 | android:exported="true" |
Owen Lin | ca181a6 | 2012-10-16 10:22:54 +0800 | [diff] [blame] | 324 | android:permission="com.android.gallery3d.permission.GALLERY_PROVIDER" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 325 | android:authorities="com.android.gallery3d.provider" /> |
George Mount | c8419b4 | 2013-02-20 17:01:54 -0800 | [diff] [blame] | 326 | <provider |
| 327 | android:name="com.android.photos.data.PhotoProvider" |
| 328 | android:authorities="com.android.gallery3d.photoprovider" |
| 329 | android:syncable="false" |
| 330 | android:exported="false"/> |
junjiez | 2db971a | 2018-06-01 16:15:21 +0800 | [diff] [blame] | 331 | <provider |
Aurimas Liutikas | 8d08b1f | 2018-03-28 11:45:44 -0700 | [diff] [blame] | 332 | android:name="androidx.core.content.FileProvider" |
junjiez | 2db971a | 2018-06-01 16:15:21 +0800 | [diff] [blame] | 333 | android:authorities="com.android.gallery3d.fileprovider" |
| 334 | android:exported="false" |
| 335 | android:grantUriPermissions="true"> |
| 336 | <meta-data |
| 337 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 338 | android:resource="@xml/provider_paths"/> |
| 339 | </provider> |
Kedi Xu | 3a841f9 | 2016-08-17 14:16:42 +0800 | [diff] [blame] | 340 | <activity |
| 341 | android:name="com.android.gallery3d.gadget.WidgetClickHandler" |
| 342 | android:theme="@android:style/Theme.NoDisplay" /> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 343 | <activity android:name="com.android.gallery3d.app.DialogPicker" |
| 344 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 345 | android:theme="@style/DialogPickerTheme"/> |
| 346 | <activity android:name="com.android.gallery3d.app.AlbumPicker" |
| 347 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 348 | android:theme="@style/DialogPickerTheme"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 349 | <activity android:name="com.android.gallery3d.gadget.WidgetTypeChooser" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 350 | android:configChanges="keyboardHidden|orientation|screenSize" |
Ahbong Chang | ab15e83 | 2012-08-21 14:06:51 +0800 | [diff] [blame] | 351 | android:theme="@style/Theme.Gallery.Dialog"/> |
Mangesh Ghiware | 2bb9b8c | 2012-10-22 15:47:22 -0700 | [diff] [blame] | 352 | |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 353 | <receiver android:name="com.android.gallery3d.gadget.PhotoAppWidgetProvider" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 354 | android:label="@string/appwidget_title"> |
| 355 | <intent-filter> |
| 356 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
| 357 | </intent-filter> |
| 358 | <meta-data android:name="android.appwidget.provider" |
| 359 | android:resource="@xml/widget_info" /> |
| 360 | </receiver> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 361 | <service android:name="com.android.gallery3d.gadget.WidgetService" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 362 | android:permission="android.permission.BIND_REMOTEVIEWS"/> |
Owen Lin | d6db8ea | 2011-08-18 21:48:19 +0800 | [diff] [blame] | 363 | <activity android:name="com.android.gallery3d.gadget.WidgetConfigure" |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 364 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 365 | android:theme="@style/android:Theme.Translucent.NoTitleBar"> |
| 366 | <intent-filter> |
| 367 | <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" /> |
| 368 | </intent-filter> |
| 369 | </activity> |
Bobby Georgescu | a2d0d34 | 2012-12-03 13:56:00 -0800 | [diff] [blame] | 370 | <service android:name="com.android.gallery3d.app.BatchService" /> |
Mangesh Ghiware | 5cf4812 | 2013-09-22 13:00:24 -0700 | [diff] [blame] | 371 | |
| 372 | <receiver android:name="com.android.camera.DisableCameraReceiver"> |
| 373 | <intent-filter> |
| 374 | <action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 375 | </intent-filter> |
| 376 | </receiver> |
| 377 | |
Angus Kong | c099398 | 2013-01-29 17:43:48 -0800 | [diff] [blame] | 378 | <service android:name="com.android.camera.MediaSaveService" /> |
Likai Ding | d42e6dc | 2013-08-19 16:33:24 +0800 | [diff] [blame] | 379 | |
| 380 | <activity android:name="org.codeaurora.gallery3d.video.SettingsActivity" |
Ravi Banuri | 49f14dd | 2015-10-21 15:54:59 +0530 | [diff] [blame] | 381 | android:theme="@android:style/Theme.Material.Light" |
Likai Ding | d42e6dc | 2013-08-19 16:33:24 +0800 | [diff] [blame] | 382 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 383 | android:label="@string/streaming_settings" > |
| 384 | <intent-filter> |
| 385 | <action android:name="org.codeaurora.settings.streaming" /> |
| 386 | <action android:name="android.intent.action.MAIN" /> |
| 387 | <category android:name="android.intent.category.DEFAULT" /> |
| 388 | </intent-filter> |
| 389 | </activity> |
| 390 | <receiver android:name="org.codeaurora.gallery3d.video.DmReceiver" > |
| 391 | <intent-filter> |
Likai Ding | d42e6dc | 2013-08-19 16:33:24 +0800 | [diff] [blame] | 392 | <action android:name="streaming.action.WRITE_SETTINGS" /> |
| 393 | </intent-filter> |
| 394 | </receiver> |
| 395 | |
| 396 | <activity android:name="org.codeaurora.gallery3d.video.BookmarkActivity" |
| 397 | android:configChanges="keyboardHidden|orientation|screenSize" |
| 398 | android:icon="@drawable/ic_menu_display_bookmark" |
| 399 | android:label="@string/bookmark_list" |
| 400 | android:theme="@android:style/Theme.Holo" > |
| 401 | <intent-filter> |
| 402 | <action android:name="org.codeaurora.bookmark.VIEW" /> |
| 403 | <category android:name="android.intent.category.DEFAULT" /> |
| 404 | </intent-filter> |
| 405 | </activity> |
Likai Ding | 253ebbd | 2013-08-20 16:21:57 +0800 | [diff] [blame] | 406 | <activity android:name="org.codeaurora.gallery3d.video.VideoSettingsActivity" |
| 407 | android:label="@string/movie_view_label" |
Ravi Banuri | 49f14dd | 2015-10-21 15:54:59 +0530 | [diff] [blame] | 408 | android:theme="@android:style/Theme.Material.Light" |
Likai Ding | 253ebbd | 2013-08-20 16:21:57 +0800 | [diff] [blame] | 409 | android:configChanges="orientation|keyboardHidden|screenSize|mnc|mcc"> |
| 410 | </activity> |
jinwu | 4fafa7a | 2017-04-07 13:27:48 +0800 | [diff] [blame] | 411 | <activity android:name="com.android.gallery3d.app.dualcam3d.ThreeDimensionalActivity" |
| 412 | android:configChanges="orientation|screenSize|layoutDirection"> |
| 413 | </activity> |
Owen Lin | f9a0a43 | 2011-08-17 22:07:43 +0800 | [diff] [blame] | 414 | </application> |
| 415 | </manifest> |