Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 1 | page.title=Frequently Asked Questions |
| 2 | @jd:body |
| 3 | |
| 4 | <!-- |
| 5 | Copyright 2010 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 | --> |
| 19 | <div id="qv-wrapper"> |
| 20 | <div id="qv"> |
| 21 | <h2>In this document</h2> |
| 22 | <ol id="auto-toc"> |
| 23 | </ol> |
| 24 | </div> |
| 25 | </div> |
| 26 | |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 27 | <a name="top"></a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 28 | <h2 id="open-source">Open Source</h2> |
| 29 | <h3 id="what-is-the-android-open-source-project">What is the Android Open Source Project?</h3> |
| 30 | <p>We use the phrase "Android Open Source Project" or "AOSP" to refer to the |
| 31 | people, the processes, and the source code that make up Android.</p> |
| 32 | <p>The people oversee the project and develop the actual source code. The |
| 33 | processes refer to the tools and procedures we use to manage the development |
| 34 | of the software. The net result is the source code that you can use to build |
| 35 | cell phone and other devices.</p> |
| 36 | <h3 id="why-did-we-open-the-android-source-code">Why did we open the Android source code?</h3> |
| 37 | <p>Google started the Android project in response to our own experiences |
| 38 | launching mobile apps. We wanted to make sure that there would always be an |
| 39 | open platform available for carriers, OEMs, and developers to use to make |
| 40 | their innovative ideas a reality. We also wanted to make sure that there was no |
| 41 | central point of failure, so that no single industry player could restrict or control |
| 42 | the innovations of any other. The single most important goal of the Android |
| 43 | Open-Source Project (AOSP) is to make sure that the open-source Android |
| 44 | software is implemented as widely and compatibly as possible, to everyone's |
| 45 | benefit.</p> |
| 46 | <p>You can find more information on this topic at our Project Philosophy page.</p> |
| 47 | <h3 id="what-kind-of-open-source-project-is-android">What kind of open-source project is Android?</h3> |
| 48 | <p>Google oversees the development of the core Android open-source platform, |
| 49 | and works to create robust developer and user communities. For the most part |
| 50 | the Android source code is licensed under the permissive Apache Software |
| 51 | License 2.0, rather than a "copyleft" license. The main reason for this is |
| 52 | because our most important goal is widespread adoption of the software, and |
| 53 | we believe that the ASL2.0 license best achieves that goal.</p> |
| 54 | <p>You can find more information on this topic at our Project Philosophy and |
| 55 | Licensing pages. </p> |
| 56 | <h3 id="why-is-google-in-charge-of-android">Why is Google in charge of Android?</h3> |
| 57 | <p>Launching a software platform is complex. Openness is vital to the |
| 58 | long-term success of a platform, since openness is required to attract |
| 59 | investment from developers and ensure a level playing field. However, the |
| 60 | platform itself must also be a compelling product to end users.</p> |
| 61 | <p>That's why Google has committed the professional engineering resources |
| 62 | necessary to ensure that Android is a fully competitive software platform. |
| 63 | Google treats the Android project as a full-scale product development |
| 64 | operation, and strikes the business deals necessary to make sure that great |
| 65 | devices running Android actually make it to market.</p> |
| 66 | <p>By making sure that Android is a success with end users, we help ensure the |
| 67 | vitality of Android as a platform, and as an open-source project. After all, |
| 68 | who wants the source code to an unsuccessful product?</p> |
| 69 | <p>Google's goal is to ensure a successful ecosystem around Android, but no |
| 70 | one is required to participate, of course. We opened the Android source code |
| 71 | so anyone can modify and distribute the software to meet their own needs.</p> |
| 72 | <h3 id="what-is-googles-overall-strategy-for-android-product-development">What is Google's overall strategy for Android product development?</h3> |
| 73 | <p>We focus on releasing great devices into a competitive marketplace, and |
| 74 | then incorporate the innovations and enhancements we made into the core |
| 75 | platform, as the next version.</p> |
| 76 | <p>In practice, this means that the Android engineering team typically focuses |
| 77 | on a small number of "flagship" devices, and develops the next version of |
| 78 | the Android software to support those product launches. These flagship |
| 79 | devices absorb much of the product risk and blaze a trail for the broad OEM |
| 80 | community, who follow up with many more devices that take advantage of the |
| 81 | new features. In this way, we make sure that the Android platform evolves |
| 82 | according to the actual needs of real-world devices.</p> |
| 83 | <h3 id="how-is-the-android-software-developed">How is the Android software developed?</h3> |
| 84 | <p>Each platform version of Android (such as 1.5, 1.6, and so on) has a |
| 85 | corresponding branch in the open-source tree. At any given moment, the most |
| 86 | recent such branch will be considered the "current stable" branch version. |
| 87 | This current stable branch is the one that manufacturers port to their |
| 88 | devices. This branch is kept suitable for release at all times.</p> |
| 89 | <p>Simultaneously, there is also a "current experimental" branch, which is |
| 90 | where speculative contributions, such as large next-generation features, are |
| 91 | developed. Bug fixes and other contributions can be included in the current |
| 92 | stable branch from the experimental branch as appropriate.</p> |
| 93 | <p>Finally, Google works on the next version of the Android platform in tandem |
| 94 | with developing a flagship device. This branch pulls in changes from the |
| 95 | experimental and stable branches as appropriate.</p> |
| 96 | <p>You can find more information on this topic at our <a href="source/code-lines.html">Branches and Releases</a>.</p> |
| 97 | <h3 id="why-are-parts-of-android-developed-in-private">Why are parts of Android developed in private?</h3> |
| 98 | <p>It typically takes over a year to bring a device to market, but of course |
| 99 | device manufacturers want to ship the latest software they can. Developers, |
| 100 | meanwhile, don't want to have to constantly track new versions of the |
| 101 | platform when writing apps. Both groups experience a tension between |
| 102 | shipping products, and not wanting to fall behind.</p> |
| 103 | <p>To address this, some parts of the next version of Android including the |
| 104 | core platform APIs are developed in a private branch. These APIs constitute |
| 105 | the next version of Android. Our aim is to focus attention on the current |
| 106 | stable version of the Android source code, while we create the next version |
| 107 | of the platform as driven by flagship Android devices. This allows developers |
| 108 | and OEMs to focus on a single version without having to track unfinished |
| 109 | future work just to keep up. Other parts of the Android system that aren't |
| 110 | related to application compatibility are developed in the open, however. |
| 111 | It's our intention to move more of these parts to open development over |
| 112 | time.</p> |
| 113 | <h3 id="when-are-source-code-releases-made">When are source code releases made?</h3> |
| 114 | <p>When they are ready. Some parts of Android are developed in the open, |
| 115 | so that source code is always available. Other parts are developed first in |
| 116 | a private tree, and that source code is released when the next platform |
| 117 | version is ready.</p> |
| 118 | <p>In some releases, core platform APIs will be ready far enough in advance |
| 119 | that we can push the source code out for an early look in advance of the |
| 120 | device's release; however in others, this isn't possible. In all cases, we |
| 121 | release the platform source when we feel the version has stabilized enough, |
| 122 | and when the development process permits. Releasing the source code is a |
| 123 | fairly complex process.</p> |
| 124 | <h3 id="what-is-involved-in-releasing-the-source-code-for-a-new-android-version">What is involved in releasing the source code for a new Android version?</h3> |
| 125 | <p>Releasing the source code for a new version of the Android platform is a |
| 126 | significant process. First, the software gets built into a system image for |
| 127 | a device, and put through various forms of certification, including |
| 128 | government regulatory certification for the regions the phones will be |
| 129 | deployed. It also goes through operator testing. This is an important phase |
| 130 | of the process, since it helps shake out a lot of software bugs.</p></p> |
| 131 | <p>Once the release is approved by the regulators and operators, the |
| 132 | manufacturer begins mass producing devices, and we turn to releasing the |
| 133 | source code.</p> |
| 134 | <p>Simultaneous to mass production the Google team kicks off several efforts |
| 135 | to prepare the open source release. These efforts include final API changes |
| 136 | and documentation (to reflect any changes that were made during |
| 137 | qualification testing, for example), preparing an SDK for the new version, |
| 138 | and launching the platform compatibility information.</p> |
| 139 | <p>Also included is a final legal sign-off to release the code into open |
| 140 | source. Just as open source contributors are required to sign a Contributors |
| 141 | License Agreement attesting to their IP ownership of their contribution, |
| 142 | Google too must verify that it is clear to make contributions.</p> |
| 143 | <p>Starting at the time mass production begins, the software release process |
| 144 | usually takes around a month, which often roughly places source code |
| 145 | releases around the same time that the devices reach users.</p> |
| 146 | <h3 id="how-does-the-aosp-relate-to-the-android-compatibility-program">How does the AOSP relate to the Android Compatibility Program?</h3> |
| 147 | <p>The Android Open-Source Project maintains the Android software, and |
| 148 | develops new versions. Since it's open-source, this software can be used for |
| 149 | any purpose, including to ship devices that are not compatible with other |
| 150 | devices based on the same source.</p> |
| 151 | <p>The function of the Android Compatibility Program is to define a baseline |
| 152 | implementation of Android that is compatible with third-party apps written |
| 153 | by developers. Devices that are "Android compatible" may participate in the |
| 154 | Android ecosystem, including Google Play; devices that don't meet the |
| 155 | compatibility requirements exist outside that ecosystem.</p> |
| 156 | <p>In other words, the Android Compatibility Program is how we separate |
| 157 | "Android compatible devices" from devices that merely run derivatives of the |
| 158 | source code. We welcome all uses of the Android source code, but only |
| 159 | Android compatible devices -- as defined and tested by the Android |
| 160 | Compatibility Program -- may participate in the Android ecosystem.</p> |
| 161 | <h3 id="how-can-i-contribute-to-android">How can I contribute to Android?</h3> |
| 162 | <p>There are a number of ways you can contribute to Android. You can report |
| 163 | bugs, write apps for Android, or contribute source code to the Android |
| 164 | Open-Source Project.</p> |
| 165 | <p>There are some limits on the kinds of code contributions we are willing or |
| 166 | able to accept. For instance, someone might want to contribute an |
| 167 | alternative application API, such as a full C++-based environment. We would |
| 168 | decline that contribution, since Android is focused on applications that run |
| 169 | in the Dalvik VM. Alternatively, we won't accept contributions such as GPL |
| 170 | or LGPL libraries that are incompatible with our licensing goals.</p> |
| 171 | <p>We encourage those interested in contributing source code to contact us via |
| 172 | the AOSP Community page prior to beginning any work. You can find more |
| 173 | information on this topic at the Getting Involved page.</p> |
| 174 | <h3 id="how-do-i-become-an-android-committer">How do I become an Android committer?</h3> |
| 175 | <p>The Android Open Source Project doesn't really have a notion of a |
| 176 | "committer". All contributions -- including those authored by Google |
| 177 | employees -- go through a web-based system known as "gerrit" that's part of |
| 178 | the Android engineering process. This system works in tandem with the git |
| 179 | source code management system to cleanly manage source code |
| 180 | contributions.</p> |
| 181 | <p>Once submitted, changes need to be accepted by a designated Approver. |
| 182 | Approvers are typically Google employees, but the same approvers are |
| 183 | responsible for all submissions, regardless of origin.</p> |
| 184 | <p>You can find more information on this topic at the <a href="source/submit-patches.html">Submitting Patches</a> page.</p> |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 185 | <a href="#top">Back to top</a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 186 | <h2 id="compatibility">Compatibility</h2> |
| 187 | <h3 id="what-does-compatibility-mean">What does "compatibility" mean?</h3> |
| 188 | <p>We define an "Android compatible" device as one that can run any |
| 189 | application written by third-party developers using the Android SDK and NDK. |
| 190 | We use this as a filter to separate devices that can participate in the |
| 191 | Android app ecosystem, and those that cannot. Devices that are properly |
| 192 | compatible can seek approval to use the Android trademark. Devices that are |
| 193 | not compatible are merely derived from the Android source code and may not |
| 194 | use the Android trademark.</p> |
| 195 | <p>In other words, compatibility is a prerequisite to participate in the |
| 196 | Android apps ecosystem. Anyone is welcome to use the Android source code, |
| 197 | but if the device isn't compatible, it's not considered part of the Android |
| 198 | ecosystem.</p> |
| 199 | <h3 id="what-is-the-role-of-google-play-in-compatibility">What is the role of Google Play in compatibility?</h3> |
| 200 | <p>Devices that are Android compatible may seek to license the Google Play |
| 201 | client software. This allows them to become part of the Android app |
| 202 | ecosystem, by allowing users to download developers' apps from a catalog |
| 203 | shared by all compatible devices. This option isn't available to devices |
| 204 | that aren't compatible.</p> |
| 205 | <h3 id="what-kinds-of-devices-can-be-android-compatible">What kinds of devices can be Android compatible?</h3> |
| 206 | <p>The Android software can be ported to a lot of different kinds of devices, |
| 207 | including some on which third-party apps won't run properly. The Android |
| 208 | Compatibility Definition Document (CDD) spells out the specific device |
| 209 | configurations that will be considered compatible.</p> |
| 210 | <p>For example, though the Android source code could be ported to run on a |
| 211 | phone that doesn't have a camera, the CDD requires that in order to be |
| 212 | compatible, all phones must have a camera. This allows developers to rely |
| 213 | on a consistent set of capabilities when writing their apps.</p> |
| 214 | <p>The CDD will evolve over time to reflect market realities. For instance, |
| 215 | the 1.6 CDD only allows cell phones, but the 2.1 CDD allows devices to omit |
| 216 | telephony hardware, allowing for non-phone devices such as tablet-style |
| 217 | music players to be compatible. As we make these changes, we will also |
| 218 | augment Google Play to allow developers to retain control over where |
| 219 | their apps are available. To continue the telephony example, an app that |
| 220 | manages SMS text messages would not be useful on a media player, so Google |
| 221 | Play allows the developer to restrict that app exclusively to phone |
| 222 | devices.</p> |
| 223 | <h3 id="if-my-device-is-compatible-does-it-automatically-have-access-to-google-play-and-branding">If my device is compatible, does it automatically have access to Google Play and branding?</h3> |
| 224 | <p>Google Play is a service operated by Google. Achieving compatibility is |
| 225 | a prerequisite for obtaining access to the Google Play software and branding. |
| 226 | Device manufacturers should contact Google to obtain access to Google |
| 227 | Play.</p> |
| 228 | <h3 id="if-i-am-not-a-manufacturer-how-can-i-get-google-play">If I am not a manufacturer, how can I get Google Play?</h3> |
| 229 | <p>Google Play is only licensed to handset manufacturers shipping devices. |
| 230 | For questions about specific cases, contact android-partnerships@google.com.</p> |
| 231 | <h3 id="how-can-i-get-access-to-the-google-apps-for-android-such-as-maps">How can I get access to the Google apps for Android, such as Maps?</h3> |
| 232 | <p>The Google apps for Android, such as YouTube, Google Maps and Navigation, |
| 233 | Gmail, and so on are Google properties that are not part of Android, and |
| 234 | are licensed separately. Contact android-partnerships@google.com for |
| 235 | inquiries related to those apps.</p> |
| 236 | <h3 id="is-compatibility-mandatory">Is compatibility mandatory?</h3> |
| 237 | <p>No. The Android Compatibility Program is optional. Since the Android source |
| 238 | code is open, anyone can use it to build any kind of device. However, if a |
| 239 | manufacturer wishes to use the Android name with their product, or wants |
| 240 | access to Google Play, they must first demonstrate that the device is |
| 241 | compatible.</p> |
| 242 | <h3 id="how-much-does-compatibility-certification-cost">How much does compatibility certification cost?</h3> |
| 243 | <p>There is no cost to obtain Android compatibility for a device. The |
| 244 | Compatibility Test Suite is open-source and available to anyone to use to |
| 245 | test a device.</p> |
| 246 | <h3 id="how-long-does-compatibility-take">How long does compatibility take?</h3> |
| 247 | <p>The process is automated. The Compatibility Test Suite generates a report |
| 248 | that can be provided to Google to verify compatibility. Eventually we intend |
| 249 | to provide self-service tools to upload these reports to a public database.</p> |
| 250 | <h3 id="who-determines-what-will-be-part-of-the-compatibility-definition">Who determines what will be part of the compatibility definition?</h3> |
| 251 | <p>Since Google is responsible for the overall direction of Android as a |
| 252 | platform and product, Google maintains the Compatibility Definition Document |
| 253 | for each release. We draft the CDD for a new Android version in consultation |
| 254 | with a number of OEMs, who provide input on its contents.</p> |
| 255 | <h3 id="how-long-will-each-android-version-be-supported-for-new-devices">How long will each Android version be supported for new devices?</h3> |
| 256 | <p>Since Android's code is open-source, we can't prevent someone from using an |
| 257 | old version to launch a device. Instead, Google chooses not to license the |
| 258 | Google Play client software for use on versions that are considered |
| 259 | obsolete. This allows anyone to continue to ship old versions of Android, |
| 260 | but those devices won't use the Android name and will exist outside the |
| 261 | Android apps ecosystem, just as if they were non-compatible.</p> |
| 262 | <h3 id="can-a-device-have-a-different-user-interface-and-still-be-compatible">Can a device have a different user interface and still be compatible?</h3> |
| 263 | <p>The Android Compatibility Program focuses on whether a device can run |
| 264 | third-party applications. The user interface components shipped with a |
| 265 | device (such as home screen, dialer, color scheme, and so on) does not |
| 266 | generally have much effect on third-party apps. As such, device builders are |
| 267 | free to customize the user interface as much as they like. The Compatibility |
| 268 | Definition Document does restrict the degree to which OEMs may alter the |
| 269 | system user interface for areas that do impact third-party apps.</p> |
| 270 | <h3 id="when-are-compatibility-definitions-released-for-new-android-versions">When are compatibility definitions released for new Android versions?</h3> |
| 271 | <p>Our goal is to release new versions of Android Compatibility Definition |
| 272 | Documents (CDDs) once the corresponding Android platform version has |
| 273 | converged enough to permit it. While we can't release a final draft of a CDD |
| 274 | for an Android software version before the first flagship device ships with |
| 275 | that software, final CDDs will always be released after the first device. |
| 276 | However, wherever practical we will make draft versions of CDDs available.</p> |
| 277 | <h3 id="how-are-device-manufacturers-compatibility-claims-validated">How are device manufacturers' compatibility claims validated?</h3> |
| 278 | <p>There is no validation process for Android device compatibility. However, |
| 279 | if the device is to include Google Play, Google will typically validate |
| 280 | the device for compatibility before agreeing to license the Google Play client |
| 281 | software.</p> |
| 282 | <h3 id="what-happens-if-a-device-that-claims-compatibility-is-later-found-to-have-compatibility-problems">What happens if a device that claims compatibility is later found to have compatibility problems?</h3> |
| 283 | <p>Typically, Google's relationships with Google Play licensees allow us to |
| 284 | ask them to release updated system images that fix the problems.</p> |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 285 | <a href="#top">Back to top</a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 286 | <h2 id="compatibility-test-suite">Compatibility Test Suite</h2> |
| 287 | <h3 id="what-is-the-purpose-of-the-cts">What is the purpose of the CTS?</h3> |
| 288 | <p>The Compatibility Test Suite is a tool used by device manufacturers to help |
| 289 | ensure their devices are compatible, and to report test results for |
| 290 | validations. The CTS is intended to be run frequently by OEMs throughout the |
| 291 | engineering process to catch compatibility issues early.</p> |
| 292 | <h3 id="what-kinds-of-things-does-the-cts-test">What kinds of things does the CTS test?</h3> |
| 293 | <p>The CTS currently tests that all of the supported Android strong-typed APIs |
| 294 | are present and behave correctly. It also tests other non-API system |
| 295 | behaviors such as application lifecycle and performance. We plan to add |
| 296 | support in future CTS versions to test "soft" APIs such as Intents as |
| 297 | well.</p> |
| 298 | <h3 id="will-the-cts-reports-be-made-public">Will the CTS reports be made public?</h3> |
| 299 | <p>Yes. While not currently implemented, Google intends to provide web-based |
| 300 | self-service tools for OEMs to publish CTS reports so that they can be |
| 301 | viewed by anyone. CTS reports can be shared as widely as manufacturers |
| 302 | prefer.</p> |
| 303 | <h3 id="how-is-the-cts-licensed">How is the CTS licensed?</h3> |
| 304 | <p>The CTS is licensed under the same Apache Software License 2.0 that the |
| 305 | bulk of Android uses.</p> |
| 306 | <h3 id="does-the-cts-accept-contributions">Does the CTS accept contributions?</h3> |
| 307 | <p>Yes please! The Android Open-Source Project accepts contributions to |
| 308 | improve the CTS in the same way as for any other component. In fact, |
| 309 | improving the coverage and quality of the CTS test cases is one of the best |
| 310 | ways to help out Android.</p> |
| 311 | <h3 id="can-anyone-use-the-cts-on-existing-devices">Can anyone use the CTS on existing devices?</h3> |
| 312 | <p>The Compatibility Definition Document requires that compatible devices |
| 313 | implement the 'adb' debugging utility. This means that any compatible device |
| 314 | -- including ones available at retail -- must be able to run the CTS |
| 315 | tests.</p> |
| 316 | |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 317 | <a href="#top">Back to top</a> |
Robert Ly | 35f2fda | 2013-01-29 16:27:05 -0800 | [diff] [blame] | 318 | <h2>Security</h2> |
| 319 | <h3 id="secure">Is Android secure?</h3> |
| 320 | |
| 321 | <p>The security and privacy of our users' data is of primary importance to the |
| 322 | Android Open Source Project. We are dedicated to building and maintaining one |
| 323 | of the most secure mobile platforms available while still fulfilling our goal |
| 324 | of opening the mobile device space to innovation and competition.</p> |
| 325 | |
| 326 | <p> A comprehensive overview of the <a |
| 327 | href="http://source.android.com/tech/security/index.html">Android |
| 328 | security model and Android security processes</a> is provided in the Android |
| 329 | Open Source Project Website.</p> |
| 330 | |
| 331 | <p>Application developers play an important part in the security of Android. |
| 332 | The Android Platform provides developers with a rich <a |
| 333 | href="http://code.google.com/android/devel/security.html">security model</a> |
| 334 | that to request the capabilities, or access, needed by their |
| 335 | application and to define new capabilities that other applications can request. |
| 336 | The Android user can choose to grant or deny an application's request for |
| 337 | certain capabilities on the handset.</p> |
| 338 | |
| 339 | <p>We have made great efforts to secure the Android platform, but it is |
| 340 | inevitable that security bugs will be found in any system of this complexity. |
| 341 | Therefore, the Android team works hard to find new bugs internally and responds |
| 342 | quickly and professionally to vulnerability reports from external researchers. |
| 343 | </p> |
| 344 | |
| 345 | |
| 346 | <h3 id="issue">I think I found a security flaw. How do I |
| 347 | report it?</h3> |
| 348 | |
| 349 | <p>You can reach the Android security team at <a |
| 350 | href="mailto:security@android.com">security@android.com</a>. If you like, you |
| 351 | can protect your message using our <a |
| 352 | href="http://code.google.com/android/security_at_android_dot_com.txt">PGP |
| 353 | key</a>.</p> |
| 354 | |
| 355 | <p>We appreciate researchers practicing responsible disclosure by emailing us |
| 356 | with a detailed summary of the issue and keeping the issue confidential while |
| 357 | users are at risk. In return, we will make sure to keep the researcher informed |
| 358 | of our progress in issuing a fix. </p> |
| 359 | |
| 360 | |
| 361 | <h3 id="informed">How can I stay informed about Android security?</h3> |
| 362 | |
| 363 | <p>For general discussion of Android platform security, or how to use |
| 364 | security features in your Android application, please subscribe to <a |
| 365 | href="http://groups.google.com/group/android-security-discuss">android-security-discuss</a>. |
| 366 | </p> |
| 367 | |
| 368 | |
| 369 | <h3 id="use">How do I securely use my Android phone?</h3> |
| 370 | |
| 371 | <p>Android was designed so that you can safely use your phone without making |
| 372 | any changes to the device or installing any special software. Android applications |
| 373 | run in an Application Sandbox that limits access to sensitive information or data |
| 374 | with the users permission.</p> |
| 375 | |
| 376 | <p>To fully benefit from the security protections in Android, it is important that |
| 377 | users only download and install software from known sources.</p> |
| 378 | |
| 379 | <p>As an open platform, Android allows users to visit any website and load |
| 380 | software from any developer onto a device. As with a home PC, the user must be |
| 381 | aware of who is providing the software they are downloading and must decide |
| 382 | whether they want to grant the application the capabilities it requests. |
| 383 | This decision can be informed by the user's judgment of the software |
| 384 | developer's trustworthiness, and where the software came from.</p> |
| 385 | |
| 386 | |
| 387 | <h3 id="malware">I think I found malicious software being |
| 388 | distributed for Android. How can I help?</h3> |
| 389 | |
| 390 | <p>Like any other platform, it will be possible for unethical developers |
| 391 | to create malicious software, known as <a |
| 392 | href="http://en.wikipedia.org/wiki/Malware">malware</a>, for Android. If you |
| 393 | think somebody is trying to spread malware, please let us know at <a |
| 394 | href="mailto:security@android.com">security@android.com</a>. Please include as |
| 395 | much detail about the application as possible, with the location it is |
| 396 | being distributed from and why you suspect it of being malicious software.</p> |
| 397 | |
| 398 | <p>The term <i>malicious software</i> is subjective, and we cannot make an |
| 399 | exhaustive definition. Some examples of what the Android Security Team believes |
| 400 | to be malicious software is any application that: |
| 401 | <ul> |
| 402 | <li>uses a bug or security vulnerability to gain permissions that have not |
| 403 | been granted by the user</li> |
| 404 | <li>shows the user unsolicited messages (especially messages urging the |
| 405 | user to buy something);</li> |
| 406 | <li>resists (or attempts to resist) the user's effort to uninstall it;</li> |
| 407 | <li>attempts to automatically spread itself to other devices;</li> |
| 408 | <li>hides its files and/or processes;</li> |
| 409 | <li>discloses the user's private information to a third party, without the |
| 410 | user's knowledge and consent;</li> |
| 411 | <li>destroys the user's data (or the device itself) without the user's |
| 412 | knowledge and consent;</li> |
| 413 | <li>impersonates the user (such as by sending email or buying things from a |
| 414 | web store) without the user's knowledge and consent; or</li> |
| 415 | <li>otherwise degrades the user's experience with the device.</li> |
| 416 | </ul> |
| 417 | </p> |
| 418 | |
| 419 | <h3 id="fixes">How do Android-powered devices receive security |
| 420 | fixes?</h3> |
| 421 | |
| 422 | <p>The manufacturer of each device is responsible for distributing software |
| 423 | upgrades for it, including security fixes. Many devices will update themselves |
| 424 | automatically with software downloaded "over the air", while some devices |
| 425 | require the user to upgrade them manually.</p> |
| 426 | |
| 427 | <p>Google provides software updates for a number of Android devices, including |
| 428 | the <a href="http://www.google.com/nexus">Nexus</a> |
| 429 | series of devices, using an "over the air" (OTA) update. These updates may include |
| 430 | security fixes as well as new features.</p> |
| 431 | |
| 432 | <h3 id="directfix">Can I get a fix directly from the |
| 433 | Android Platform Project?</h3> |
| 434 | |
| 435 | <p>Android is a mobile platform that is released as open source and |
| 436 | available for free use by anybody. This means that there are many |
| 437 | Android-based products available to consumers, and most of them are created |
| 438 | without the knowledge or participation of the Android Open Source Project. Like |
| 439 | the maintainers of other open source projects, we cannot build and release |
| 440 | patches for the entire ecosystem of products using Android. Instead, we will |
| 441 | work diligently to find and fix flaws as quickly as possible and to distribute |
| 442 | those fixes to the manufacturers of the products through the open source project.</p> |
| 443 | |
| 444 | <p>If you are making an Android-powered device and would like to know how you can |
| 445 | properly support your customers by keeping abreast of software updates, please |
| 446 | contact us at <a |
| 447 | href="mailto:info@openhandsetalliance.com">info@openhandsetalliance.com</a>.</p> |
Clay Murphy | f965cd7 | 2013-05-30 14:43:56 -0700 | [diff] [blame] | 448 | <a href="#top">Back to top</a> |