The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2007 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | package="com.android.music"> |
Jeff Hamilton | 6943474 | 2010-02-11 16:25:51 -0600 | [diff] [blame] | 19 | |
| 20 | <original-package android:name="com.android.music" /> |
Marco Nelissen | 8b8d452 | 2011-07-11 15:36:44 -0700 | [diff] [blame] | 21 | <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="9"/> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 23 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| 24 | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| 25 | <uses-permission android:name="android.permission.INTERNET" /> |
| 26 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
Marco Nelissen | 203c930 | 2009-06-09 12:56:55 -0700 | [diff] [blame] | 27 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Marco Nelissen | 6b507de | 2010-10-20 14:08:10 -0700 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.BROADCAST_STICKY" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 29 | |
| 30 | <application android:icon="@drawable/app_music" |
| 31 | android:label="@string/musicbrowserlabel" |
| 32 | android:taskAffinity="android.task.music" |
Alex Klyubin | 186235d | 2015-04-07 10:32:48 -0700 | [diff] [blame] | 33 | android:allowTaskReparenting="true" |
| 34 | android:usesCleartextTraffic="true"> |
Marco Nelissen | 9882f54 | 2009-08-14 10:06:15 -0700 | [diff] [blame] | 35 | <meta-data |
| 36 | android:name="android.app.default_searchable" |
Marco Nelissen | 31c6534 | 2010-04-06 16:24:24 -0700 | [diff] [blame] | 37 | android:value="com.android.music.QueryBrowserActivity" |
Marco Nelissen | 9882f54 | 2009-08-14 10:06:15 -0700 | [diff] [blame] | 38 | /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 39 | <activity android:name="com.android.music.MusicBrowserActivity" |
Jeff Hamilton | 333bf19 | 2009-12-14 00:48:30 -0600 | [diff] [blame] | 40 | android:theme="@android:style/Theme.NoTitleBar" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 41 | android:exported="true" |
Jeff Hamilton | 333bf19 | 2009-12-14 00:48:30 -0600 | [diff] [blame] | 42 | > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 43 | <intent-filter> |
| 44 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 0f5a68f | 2010-02-18 15:11:34 -0500 | [diff] [blame] | 45 | <action android:name="android.intent.action.MUSIC_PLAYER" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 46 | <category android:name="android.intent.category.DEFAULT" /> |
| 47 | <category android:name="android.intent.category.LAUNCHER" /> |
Jeff Brown | b2e67c5 | 2011-11-28 17:08:24 -0800 | [diff] [blame] | 48 | <category android:name="android.intent.category.APP_MUSIC" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 49 | </intent-filter> |
Marco Nelissen | 9882f54 | 2009-08-14 10:06:15 -0700 | [diff] [blame] | 50 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 51 | <receiver android:name="com.android.music.MediaButtonIntentReceiver"> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 52 | <intent-filter> |
| 53 | <action android:name="android.intent.action.MEDIA_BUTTON" /> |
| 54 | <action android:name="android.media.AUDIO_BECOMING_NOISY" /> |
| 55 | </intent-filter> |
| 56 | </receiver> |
| 57 | <!-- This is the "current music playing" panel, which has special |
| 58 | launch behavior. We clear its task affinity, so it will not |
| 59 | be associated with the main media task and if launched |
| 60 | from a notification will not bring the rest of the media app |
| 61 | to the foreground. We make it singleTask so that when others |
| 62 | launch it (such as media) we will launch in to our own task. |
| 63 | We set clearTaskOnLaunch because the user |
| 64 | can go to a playlist from this activity, so if they later return |
| 65 | to it we want it back in its initial state. We exclude from |
| 66 | recents since this is accessible through a notification when |
| 67 | appropriate. --> |
Marco Nelissen | 38bcd92 | 2010-03-19 13:00:37 -0700 | [diff] [blame] | 68 | <activity android:name="com.android.music.MediaPlaybackActivity" |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 69 | android:theme="@android:style/Theme.NoTitleBar" |
| 70 | android:label="@string/mediaplaybacklabel" |
| 71 | android:taskAffinity="" |
| 72 | android:launchMode="singleTask" |
| 73 | android:clearTaskOnLaunch="true" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 74 | android:excludeFromRecents="true" |
| 75 | android:exported="true" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 76 | <intent-filter> |
| 77 | <action android:name="android.intent.action.VIEW" /> |
| 78 | <category android:name="android.intent.category.DEFAULT" /> |
| 79 | <data android:scheme="content"/> |
Marco Nelissen | 8d08ec2 | 2010-05-10 14:05:24 -0700 | [diff] [blame] | 80 | <data android:host="media"/> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 81 | <data android:mimeType="audio/*"/> |
| 82 | <data android:mimeType="application/ogg"/> |
| 83 | <data android:mimeType="application/x-ogg"/> |
The Android Open Source Project | c85f677 | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 84 | <data android:mimeType="application/itunes"/> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 85 | </intent-filter> |
| 86 | <intent-filter> |
| 87 | <action android:name="com.android.music.PLAYBACK_VIEWER" /> |
| 88 | <category android:name="android.intent.category.DEFAULT" /> |
| 89 | </intent-filter> |
| 90 | </activity> |
Marco Nelissen | ec0c57a | 2009-12-12 12:27:11 -0800 | [diff] [blame] | 91 | |
Marco Nelissen | 8d08ec2 | 2010-05-10 14:05:24 -0700 | [diff] [blame] | 92 | <activity android:name="AudioPreview" android:theme="@android:style/Theme.Dialog" |
Marco Nelissen | 7aebe67 | 2010-10-07 14:59:01 -0700 | [diff] [blame] | 93 | android:taskAffinity="" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 94 | android:excludeFromRecents="true" android:exported="true" > |
Marco Nelissen | 8d08ec2 | 2010-05-10 14:05:24 -0700 | [diff] [blame] | 95 | <intent-filter> |
| 96 | <action android:name="android.intent.action.VIEW" /> |
| 97 | <category android:name="android.intent.category.DEFAULT" /> |
| 98 | <data android:scheme="file"/> |
| 99 | <data android:mimeType="audio/*"/> |
| 100 | <data android:mimeType="application/ogg"/> |
| 101 | <data android:mimeType="application/x-ogg"/> |
| 102 | <data android:mimeType="application/itunes"/> |
| 103 | </intent-filter> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 104 | <intent-filter> |
| 105 | <action android:name="android.intent.action.VIEW" /> |
| 106 | <category android:name="android.intent.category.DEFAULT" /> |
| 107 | <category android:name="android.intent.category.BROWSABLE" /> |
| 108 | <data android:scheme="http" /> |
Marco Nelissen | bf1b684 | 2010-10-07 11:08:54 -0700 | [diff] [blame] | 109 | <data android:mimeType="audio/*"/> |
| 110 | <data android:mimeType="application/ogg"/> |
| 111 | <data android:mimeType="application/x-ogg"/> |
| 112 | <data android:mimeType="application/itunes"/> |
Marco Nelissen | 8d08ec2 | 2010-05-10 14:05:24 -0700 | [diff] [blame] | 113 | </intent-filter> |
| 114 | <intent-filter |
| 115 | android:priority="-1"> |
| 116 | <action android:name="android.intent.action.VIEW" /> |
| 117 | <category android:name="android.intent.category.DEFAULT" /> |
| 118 | <category android:name="android.intent.category.BROWSABLE" /> |
| 119 | <data android:scheme="content" /> |
Marco Nelissen | bf1b684 | 2010-10-07 11:08:54 -0700 | [diff] [blame] | 120 | <data android:mimeType="audio/*"/> |
| 121 | <data android:mimeType="application/ogg"/> |
| 122 | <data android:mimeType="application/x-ogg"/> |
| 123 | <data android:mimeType="application/itunes"/> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 124 | </intent-filter> |
| 125 | </activity> |
Marco Nelissen | 8d08ec2 | 2010-05-10 14:05:24 -0700 | [diff] [blame] | 126 | |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 127 | <activity android:name="com.android.music.ArtistAlbumBrowserActivity" android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 128 | <intent-filter> |
| 129 | <action android:name="android.intent.action.PICK" /> |
| 130 | <category android:name="android.intent.category.DEFAULT" /> |
| 131 | <data android:mimeType="vnd.android.cursor.dir/artistalbum"/> |
| 132 | </intent-filter> |
| 133 | </activity> |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 134 | <activity android:name="com.android.music.AlbumBrowserActivity" android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 135 | <intent-filter> |
| 136 | <action android:name="android.intent.action.PICK" /> |
| 137 | <category android:name="android.intent.category.DEFAULT" /> |
| 138 | <data android:mimeType="vnd.android.cursor.dir/album"/> |
| 139 | </intent-filter> |
| 140 | </activity> |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 141 | <activity android:name="com.android.music.NowPlayingActivity" android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 142 | <intent-filter> |
| 143 | <action android:name="android.intent.action.PICK" /> |
| 144 | <category android:name="android.intent.category.DEFAULT" /> |
| 145 | <data android:mimeType="vnd.android.cursor.dir/nowplaying"/> |
| 146 | </intent-filter> |
| 147 | </activity> |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 148 | <activity android:name="com.android.music.TrackBrowserActivity" android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 149 | <intent-filter> |
| 150 | <action android:name="android.intent.action.EDIT" /> |
| 151 | <action android:name="android.intent.action.PICK" /> |
| 152 | <category android:name="android.intent.category.DEFAULT" /> |
| 153 | <data android:mimeType="vnd.android.cursor.dir/track"/> |
| 154 | </intent-filter> |
| 155 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 156 | <activity android:name="com.android.music.QueryBrowserActivity" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 157 | android:theme="@android:style/Theme.NoTitleBar" |
Marco Nelissen | 3cc7d8f | 2010-10-14 12:14:11 -0700 | [diff] [blame] | 158 | android:exported="true" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 159 | <intent-filter> |
| 160 | <action android:name="android.intent.action.SEARCH" /> |
Marco Nelissen | 9882f54 | 2009-08-14 10:06:15 -0700 | [diff] [blame] | 161 | <action android:name="android.intent.action.MEDIA_SEARCH" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 162 | <category android:name="android.intent.category.DEFAULT" /> |
| 163 | </intent-filter> |
| 164 | <meta-data |
| 165 | android:name="android.app.searchable" |
| 166 | android:resource="@xml/searchable" |
| 167 | /> |
| 168 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 169 | <activity android:name="com.android.music.PlaylistBrowserActivity" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 170 | android:label="@string/musicbrowserlabel" |
| 171 | android:exported="true" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 172 | <intent-filter> |
| 173 | <action android:name="android.intent.action.PICK" /> |
| 174 | <category android:name="android.intent.category.DEFAULT" /> |
| 175 | <data android:mimeType="vnd.android.cursor.dir/playlist"/> |
| 176 | </intent-filter> |
| 177 | <intent-filter> |
| 178 | <action android:name="android.intent.action.VIEW" /> |
| 179 | <category android:name="android.intent.category.DEFAULT" /> |
| 180 | <data android:mimeType="vnd.android.cursor.dir/playlist"/> |
| 181 | </intent-filter> |
| 182 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 183 | <activity-alias android:name="com.android.music.PlaylistShortcutActivity" |
| 184 | android:targetActivity="com.android.music.PlaylistBrowserActivity" |
Romain Guy | 8801110 | 2009-03-24 18:08:41 -0700 | [diff] [blame] | 185 | android:label="@string/musicshortcutlabel" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 186 | android:icon="@drawable/ic_launcher_shortcut_music_playlist" |
| 187 | android:exported="true" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 188 | |
| 189 | <intent-filter> |
| 190 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 191 | <category android:name="android.intent.category.DEFAULT" /> |
| 192 | </intent-filter> |
| 193 | |
| 194 | </activity-alias> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 195 | <activity android:name="com.android.music.VideoBrowserActivity" |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 196 | android:taskAffinity="android.task.video" |
| 197 | android:label="@string/videobrowserlabel" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 198 | android:icon="@drawable/app_video" |
| 199 | android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 200 | <intent-filter> |
| 201 | <action android:name="android.intent.action.PICK" /> |
| 202 | <category android:name="android.intent.category.DEFAULT" /> |
| 203 | <data android:mimeType="vnd.android.cursor.dir/video"/> |
| 204 | </intent-filter> |
| 205 | <!-- |
| 206 | <intent-filter> |
| 207 | <action android:name="android.intent.action.MAIN" /> |
| 208 | <category android:name="android.intent.category.DEFAULT" /> |
| 209 | <category android:name="android.intent.category.LAUNCHER" /> |
| 210 | </intent-filter> |
| 211 | --> |
| 212 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 213 | <activity android:name="com.android.music.MediaPickerActivity" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 214 | android:label="@string/mediapickerlabel" android:exported="false" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 215 | <!-- |
| 216 | <intent-filter> |
| 217 | <action android:name="android.intent.action.PICK" /> |
| 218 | <category android:name="android.intent.category.DEFAULT" /> |
| 219 | <data android:mimeType="media/*"/> |
| 220 | <data android:mimeType="audio/*"/> |
| 221 | <data android:mimeType="application/ogg"/> |
| 222 | <data android:mimeType="application/x-ogg"/> |
| 223 | <data android:mimeType="video/*"/> |
| 224 | </intent-filter> |
| 225 | <intent-filter> |
| 226 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 227 | <category android:name="android.intent.category.DEFAULT" /> |
| 228 | <category android:name="android.intent.category.OPENABLE" /> |
| 229 | <data android:mimeType="media/*"/> |
| 230 | <data android:mimeType="audio/*"/> |
| 231 | <data android:mimeType="application/ogg"/> |
| 232 | <data android:mimeType="application/x-ogg"/> |
| 233 | <data android:mimeType="video/*"/> |
| 234 | </intent-filter> |
| 235 | --> |
| 236 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 237 | <activity android:name="com.android.music.MusicPicker" |
Dianne Hackborn | e91031b | 2010-10-05 13:06:41 -0700 | [diff] [blame] | 238 | android:label="@string/music_picker_title" android:exported="true" > |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 239 | <!-- First way to invoke us: someone asks to get content of |
| 240 | any of the audio types we support. --> |
| 241 | <intent-filter> |
| 242 | <action android:name="android.intent.action.GET_CONTENT" /> |
| 243 | <category android:name="android.intent.category.DEFAULT" /> |
| 244 | <category android:name="android.intent.category.OPENABLE" /> |
| 245 | <data android:mimeType="audio/*"/> |
| 246 | <data android:mimeType="application/ogg"/> |
| 247 | <data android:mimeType="application/x-ogg"/> |
| 248 | </intent-filter> |
| 249 | <!-- Second way to invoke us: someone asks to pick an item from |
| 250 | some media Uri. --> |
| 251 | <intent-filter> |
| 252 | <action android:name="android.intent.action.PICK" /> |
| 253 | <category android:name="android.intent.category.DEFAULT" /> |
| 254 | <category android:name="android.intent.category.OPENABLE" /> |
| 255 | <data android:mimeType="vnd.android.cursor.dir/audio"/> |
| 256 | </intent-filter> |
| 257 | </activity> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 258 | <activity android:name="com.android.music.CreatePlaylist" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 259 | android:theme="@android:style/Theme.Dialog" android:exported="false" /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 260 | <activity android:name="com.android.music.RenamePlaylist" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 261 | android:theme="@android:style/Theme.Dialog" android:exported="false" /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 262 | <activity android:name="com.android.music.WeekSelector" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 263 | android:theme="@android:style/Theme.Dialog" android:exported="false" /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 264 | <activity android:name="com.android.music.DeleteItems" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 265 | android:theme="@android:style/Theme.Dialog" android:exported="false" /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 266 | <activity android:name="com.android.music.ScanningProgress" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 267 | android:theme="@android:style/Theme.Dialog" android:exported="false" /> |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 268 | <service android:name="com.android.music.MediaPlaybackService" |
Marco Nelissen | 87a4cb6 | 2010-09-17 09:14:17 -0700 | [diff] [blame] | 269 | android:exported="false" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 270 | |
Marco Nelissen | ff3d437 | 2010-01-27 09:46:40 -0800 | [diff] [blame] | 271 | <receiver android:name="com.android.music.MediaAppWidgetProvider"> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 272 | <intent-filter> |
The Android Open Source Project | 490384b | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 273 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 274 | </intent-filter> |
The Android Open Source Project | 490384b | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 275 | <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" /> |
The Android Open Source Project | 792a220 | 2009-03-03 19:32:30 -0800 | [diff] [blame] | 276 | </receiver> |
| 277 | </application> |
| 278 | </manifest> |