summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo for tv strings.Tim Kilbourn2015-01-121-1/+1
| | | | | | Bug: 18053999 Bug: 18556513 Change-Id: Id56501c7bf50dcf327dc3f507756f4b669a5db67
* Add tv product variants to strings.Tim Kilbourn2014-11-101-0/+8
| | | | | Bug: 18053999 Change-Id: I7d1a21600d7b0e4dea16b8cf7a2fc1ba552de930
* Display correct message based on reasonAmith Yamasani2014-10-281-0/+3
| | | | | | | | | | | | | There can be two reasons for not allowing installation of apps from unknown sources. 1. The user setting is off, in which case allow the user to go to Settings and change it. 2. The device administrator (or corp profile) has prohibited. In this case, user can't really change it, so show a different message and have just an OK button. Bug: 17656403 Change-Id: I0d90ba95d7a9250021366b76d570c0ef7b55c143
* Support uninstalling apps for other profiles.Kenny Guy2014-07-101-0/+9
| | | | | | | | | | | | | | Allow client to pick which user the package will be removed for, checking its a profile of the current user. Inform user if package is blocked from being removed and let them knows its due to an admin. Add check to stop non owner asking to uninstall for all users. Bug: 14127299 Change-Id: I60504224f5271272a390320a0fa62aa7f5de4e54
* PackageInstaller: add permission granting supportNick Kralevich2013-03-271-0/+4
| | | | | | | | | | | | | | | | | | | | | | Add support to PackageInstaller for allowing the user to grant permissions to other apps. The user is involved in the decision, and can approve or reject permissions. Applications can make a request to PackageInstaller using something like the following code: private void onPromptPermissionsClicked(String... permissions) { Intent i = getActivity().getApplication() .getPackageManager().requestPermission(permissions); startActivityForResult(i, 0); } This code reuses the sideloading upgrade flow when adding permissions, making the UI very familiar to someone who's sideloaded applications. Conceptually, we are treating a permission grant as a reinstall of the application with new permissions. Change-Id: Ia37f761e5574a490d1d37b9eb40cf5e77c928a40
* Implement new option for uninstalling over all users.Dianne Hackborn2012-09-161-0/+2
| | | | | | | | This API is hidden, but we don't try to protect with a permission here because we always go through a UI for the user to verify the operation. Change-Id: I5580bcbe7ca00b8613c0d8523f348ce83b2d5031
* Further adjustment of the new package installer UI.Dianne Hackborn2012-09-161-0/+11
| | | | | | | | | | | | | | - Privacy and Device permissions are not shown as separate tabs, but instead separate sections in the same single scrollable permissions list. - No tabs are shown when installing a new app (they are all in the new single list); two tabs are shown when installing an update: the new permissions, and all permissions. - If you are reviewing more permissions than fit on the screen, the "install" button is changed to a "next" button until you scroll through the entire list. Change-Id: I0665a797f80ba5276e782e94be97090a429e5280
* Remove reference to Android Market.Jeff Sharkey2012-06-051-2/+2
| | | | | Bug: 6603003 Change-Id: I6000ecd8776c0646226590f47b2709391b42c41e
* New permissions UI.Dianne Hackborn2012-05-031-1/+24
| | | | Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
* Edits to strings to meet UI text standards.Claudia de Veaux2011-10-261-32/+31
| | | | | | Bugs: 5162668, 5162667, 5163232 Change-Id: I7c49d294754ced072af07f1df4bd6039012f8dfb
* Fix typo in error messageKenny Root2011-10-161-1/+1
| | | | | Bug: 5447385 Change-Id: I9656f8d2677fb34ff0e2eb000a7d3738cfff50ed
* Add strings for upcoming changesKenny Root2011-08-121-0/+12
| | | | Change-Id: I4ff8c50a751e25f5e80c749ae5ffc4cdde43f740
* Implement new extended install/uninstall options.Dianne Hackborn2011-08-101-0/+5
| | | | Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
* More descriptive errors for install failuresKenny Root2011-03-161-0/+27
| | | | Change-Id: Ica79bece0fd29c27126e1ee51daeac96affaa1ab
* Update PackageInstaller strings to split on productKenny Root2011-02-161-2/+8
| | | | | | | | There were not separate strings for tablet versus phone, so some of the strings on the tablets referred to the user's phone. Bug: 3460520 Change-Id: I34a98d1e3db5c7d1775ab09696bd85767620c24c
* Check for activity info when uninstalling.Patrick Dubroy2010-09-031-3/+4
| | | | Also, switch to using standard fat title bar.
* Third of three minor string edits for SD card text.Roy West2010-03-111-7/+7
| | | | Change-Id: I9d9132bd0ead1b3cf1d9a02e6e6e4ce518a71ddc
* Remove memory checks in side loading uiSuchi Amalapurapu2010-03-111-1/+1
| | | | | | Move dialog for insufficient storage as a post-install error handle dialog Change-Id: I419b1dc233e01fc91e29d1274bae17d5bd63a60d
* Rename strings when uninstalling updates for system appsSuchi Amalapurapu2009-06-241-0/+2
| | | | Add new strings
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+57
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-53/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-6/+2
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-2/+6
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-7/+1
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+4
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+55