/frameworks/base/docs/html/sdk/ |
D | android-3.0-highlights.jd | 44 <p>The Android 3.0 platform introduces many new and exciting features for users and developers. 65 …ended set of UI objects, powerful graphics, and media capabilities to engage users in new ways.</p> 69 …users have quick access to notifications, system status, and soft navigation buttons in a System B… 73 …users have access to contextual options, navigation, widgets, or other types of content in an Acti… 82 <p>Five customizable Home screens give users instant access to all parts of the system from any con… 93 …users launch applications to handle various tasks, they can use the Recent Apps list in the System… 108 <p>When entering or viewing text, a new UI lets users quickly select a word by press-hold and then … 113 …that add versatility and convenience for users. Built-in support for Media/Picture Transfer Protoc… 126 <p>The browser includes new features that let users navigate and organize more efficiently. Multipl… 130 … more. To let users capture scenes in new ways, it adds built-in support for time-lapse video reco… [all …]
|
D | android-1.6-highlights.jd | 36 <p>The Android 1.6 platform introduces new features for users and developers. 70 effective, and consistent way for users to search across multiple sources—such as 85 enables users to select multiple photos for deletion.</p> 94 <p>A new Virtual Private Network (VPN) control panel in Settings allows users 107 <p>A new battery usage screen lets users see which apps and services are consuming 129 it easier for users to discover great apps and games from developers.</p> 132 …<li>At the homescreen, users can choose among <em>Apps</em>, <em>Games</em>, and <em>Downloads</em… 133 …<li>Inside a category, users can explore titles that are <em>Top paid</em>, <em>Top free</em>, and… 134 <li>For each title, users can now see screenshots submitted by developers in addition to 135 reviews from other users.</li> [all …]
|
D | android-4.0-highlights.jd | 49 introduces innovative features for users and developers. This document provides 79 <strong>common actions more visible</strong> and lets users navigate with 85 <p>Virtual buttons in the System Bar let users navigate instantly to Back, Home, 93 easier and more visual on Android 4.0. The Recent Apps button lets users jump 114 <p>Rich and interactive <strong>notifications</strong> let users keep in 134 <p>New home screen <strong>folders</strong> offer a new way for users to group 136 in All Apps launcher, users can now simply <strong>drag an app</strong> to get 151 Widgets let users check email, flip through a calendar, play music, check social 153 apps. Widgets are resizable, so users can expand them to show more content or 160 <p>The lock screens now let users do more without unlocking. From the slide lock [all …]
|
D | android-3.1-highlights.jd | 46 users and developers. This document provides an overview of the new features and 76 audible feedback throughout the UI and a new setting to let users customize the 119 <p>For more flexible Home screen customization, users can now resize their Home 132 driver is needed, in most cases. When multiple devices are connected, users can 138 trackballs. When these are connected, users can interact with the UI using 146 <p>For example, users can connect PlayStation<sup>®</sup>3 and Xbox 360<sup>®</sup> 154 <p>Android 3.1 adds robust Wi-Fi features, to make sure that users and their 199 content, users can now save a web page locally for offline viewing, including 201 auto-login UI lets users sign in quickly and manage access when multiple users 210 <p>The Gallery app now supports Picture Transfer Protocol (PTP), so that users [all …]
|
D | android-2.2-highlights.jd | 54 users and developers. This document provides a glimpse at some of the new user features 77 <p style="margin-top:0">New Home screen <span class="green">tips widget</span> assists new users on 103 application, enabling users to auto-complete recipient names from the directory.</p> 158 <p>Multi-lingual users can add multiple languages to the keyboard and <span class="green">switch 235 reports from their users. The reports will be available when they log into their publisher 272 <p>Apps can participate in data backup and restore, to ensure that users maintain their data
|
D | terms.jd | 55 …porarily) providing the SDK (or any features within the SDK) to you or to users generally at Googl… 73 …users, you will protect the privacy and legal rights of those users. If the users provide you with… 146 …(D) Google decides to no longer providing the SDK or certain parts of the SDK to users in the coun…
|
/frameworks/base/docs/html/guide/publishing/ |
D | publishing_overview.jd | 10 <li>Learn how to release apps to users.</li> 31 <p>Publishing is the process that makes your Android applications available to users. When you 36 <p>During the preparation step you build a release version of your application, which users can 39 <li>You release the application to users. 41 application to users.</p> 46 However, you can also release applications by sending them directly to users or by letting users 107 <code>.apk</code> file that you can distribute to users.</p> 122 group of users (for example, a work group in an enterprise environment), or if you do not want to 128 your Android applications to users around the world. When you release your applications through 157 <p>Android Market lets you target your application to a worldwide pool of users and devices. [all …]
|
D | versioning.jd | 12 <li>How you version your applications affects how users upgrade </li> 47 users. A publishing service may also need to check the application version to 54 informing users of the version restrictions and limitations. The Android system does, however, 82 services should not display this version value to users.</p> 85 release version of the application code, as it should be shown to users. 92 users. Publishing services may also extract the <code>android:versionName</code> 93 value for display to users.</p>
|
D | publishing.jd | 12 <li>Android Market makes it easy for users of Android-powered devices to see and download your appl… 58 now ready to be published publicly so users can install it.</p> 60 <p>You can publish your application and allow users to install it any way you choose, including 67 <p>Android Market is a service that makes it easy for users to find and download Android 71 to distribute your applications to users on all types of Android-powered devices, all around the 78 Once published, users can see your application, download it, and rate it. </p> 102 it displays the <code>android:versionName</code> to users as the application's 116 update to an application, users who have already installed the 128 consider it a new application, publish it as such, and will not offer it to existing users as an 156 <p>To help users discover your published applications, you can use two special Android Market URIs [all …]
|
D | preparing.jd | 30 <p>Before you distribute your Android application to users you need to prepare it for release. The 41 <code>.apk</code> file, which you can distribute directly to users or distribute through an 46 how they are released or distributed to users. If you are releasing your application through Android 67 <p>To release your application to users you need to create a release-ready package that users can 135 application's icon helps users identify your application on a device's Home 137 elsewhere. In addition, publishing services such as Android Market display your icon to users.</p> 172 cannot change the package name after you distribute your application to users. You can set the 251 range of devices. To make your application available to the largest number of users, consider 350 behaves correctly, you can release your application to users. For more information, see
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerTest.java | 41 List<UserInfo> users = mUserManager.getUsers(); in tearDown() local 43 for (UserInfo user : users) { in tearDown()
|
/frameworks/base/docs/html/guide/practices/design/ |
D | accessibility.jd | 47 <p>Many Android users have disabilities that require them to interact with their Android devices in 48 different ways. These include users who have visual, physical or age-related disabilities that 51 <p>Android provides an accessibility layer that helps these users navigate their Android-powered 56 good experience for users with disabilities. Following these two basic rules will solve most 74 <li>A clickable trackball that users can move in any direction</li> 75 <li>A clickable d-pad that allows users to navigate in four directions.</li> 79 <p>All of these directional controllers allow users to navigate the screen without using the 83 <p>A directional controller is the primary means of navigation for users with visual or some 84 physical impairments (and also for users without impairments when using devices that don't 90 "focusable" property is "true." This means that users can focus on the widget using the directional [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | compatibility.jd | 34 more devices that run Android apps, the more users who can access your app. In 41 some minor changes in your app's manifest file, you can ensure that users 88 <p>This way, users never even see apps that won’t work properly on their 90 need to worry about users blaming you for compatibility problems.</p> 109 <p>Android Market filters the applications that are visible to users, so 110 that users can see and download only those applications that are compatible with 155 shopping app that only uses the camera for barcode scanning, users without 171 for the London Underground is unlikely to be useful to users outside the United 182 <li>Select which carrier’s users are able to access the app.</li> 207 prevent users from having a bad experience with those apps, existing apps that [all …]
|
D | screen-compat-mode.jd | 88 <p>In general, large screen devices running Android 3.2 or higher allow users to enable 112 experience. Otherwise, users may enable screen compatibility mode and experience your application in 116 users as an optional feature when one of the following is true:</p> 193 compatibility mode actually be offered to users.</p> 222 <strong>not</strong> available to users. If either of these are true and your application does not 246 force users into screen compatibility mode (rather than simply providing the option), you can use 255 screen compatibility mode and does not allow users to disable it.</p>
|
/frameworks/base/docs/html/guide/topics/search/ |
D | index.jd | 27 the Internet. To help create a consistent search experience for users, Android provides a 83 privacy. Many users consider their activities on the phone—including searches—to 89 <p>Personal information is any information that can personally identify your users, such as their 98 <li><strong>Provide users with a way to clear their search history.</strong> 102 session. A user might not wish for previous searches to be revealed to other device users, for
|
/frameworks/base/docs/html/resources/articles/ |
D | qsb.jd | 26 possible for users to quickly and easily find what they're looking for, both on 37 search suggestions that will surface to users in QSB alongside other 38 search results and suggestions. This makes it possible for users to 103 users to access your app's content. To help you get your app started with it, 119 <code>android:searchSettingsDescription</code>, which describes to users what 157 of our objectives with QSB is to make it faster for users to access the
|
D | index.jd | 23 … and other Views. Android devices come bundled with at least one IME, but users can install additi… 43 …<dd>Touch screens allow users to perform gestures, such as tapping, dragging, flinging, or sliding… 78 …<dd>Live Folders allow users to display any source of data on their home screen without launching … 83 …ackgrounds that users can display in their home screens. Learn how to create a live wallpaper and … 88 …<dd>The Input Method Framework (IMF) allows users to take advantage of on-screen input methods, su… 98 …B) is a powerful, system-wide search framework. QSB makes it possible for users to quickly and eas… 128 …<dd>The text-to-speech API lets your application "speak" to users, in any of several languages. Th…
|
D | live-wallpapers.jd | 19 <p>Starting with Android 2.1 (API Level 7), users can now enjoy <em>live 90 Android Market uses this feature as a filter, when presenting users lists of 92 displays your application only to users whose devices support live wallpapers,
|
/frameworks/base/docs/html/resources/faq/ |
D | security.jd | 23 <p>The security and privacy of our users' data is of primary importance to the 59 users are at risk. In return, we will make sure to keep the researcher informed 62 externally-reported flaw and provide updates to users. </p> 78 with the users permission.</p> 81 users only download and install software from known sources.</p> 83 <p>As an open platform, Android allows users to visit any website and load
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 42 restore factory defaults on) lost or stolen handsets. Exchange users can sync 61 <p>You use the Device Administration API to write device admin applications that users 68 <li>The application is installed on users' devices. Android does 70 distribute the application to users are as follows: 82 <li>Once users enable the device admin application, they are subject to 86 <p>If users do not enable the device admin app, it remains on the device, but in an inactive state.… 100 <p>To uninstall an existing device admin application, users need to 178 <td>This policy prevents users from reusing the last <em>n</em> unique passwords. 181 users to update their passwords after a specified amount of time has elapsed. 195 pressed a button before the device locks the screen. When this happens, users [all …]
|
/frameworks/base/services/java/com/android/server/pm/ |
D | UserManager.java | 90 ArrayList<UserInfo> users = new ArrayList<UserInfo>(mUsers.size()); in getUsers() local 92 users.add(mUsers.valueAt(i)); in getUsers() 94 return users; in getUsers()
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 89 <p class="note"><strong>Note:</strong> When users browse the <a 133 to show the application to users, based on the screen sizes of their 170 small-screen device, but will show it to users of normal and large-screen 171 devices, users, unless other filters apply. </p> 176 <strong>Result</strong>: Android Market will show the app to users on all 181 <strong>Result</strong>: Android Market will show the app to all users, 202 …element. <strong>Result</strong>: Android Market will show the app to all users, unless other filt… 224 element. <strong>Result</strong>: Android Market will show the app to all users, 260 …</code>. <strong>Result</strong>: Android Market will show the app to all users, unless other filt… 273 …element. <strong>Result</strong>: Android Market will show the app to all users, unless other filt… [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 38 <p>Android Market filters the applications that are visible to users, so 39 that users can only see and download applications that are compatible with their 122 your application being removed from users' devices after a system 133 as a filter, however, when presenting users with applications available for
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher.jd | 75 <li>Help users discover the app in Android Market.</li> 94 <h3 id="help_users_discover">Help users discover the app in Android Market</h3> 96 <p>App launcher icons are the first look that prospective users will get of your app in Android 97 Market. A high quality app icon can influence users to find out more as they scroll through lists of 111 <p>The launcher is where users will interact with the icon most frequently. A successful app
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_admin.jd | 42 Google Checkout Merchant account to create a product list and issue refunds to your users. If you 135 users during checkout. For optimum appearance, titles should be no longer than 25 characters; 141 visible to users during checkout. Descriptions can be up to 80 characters in length.</p> 174 and not allowing users to select those items from the list. Your application should do something 195 <p>In-app billing does not allow users to send a refund request to Android Market. Refunds for 225 <li>Test account users can make purchase requests only within applications that are already 229 <li>Test account users do not have access to your publisher account and cannot upload applications
|