summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use an AlertDialog for the Uninstall confirmationAdam Lesinski2014-09-101-2/+2
| | | | | | | | | This allows us to get the correct theming for free moving forward. Bug:17045520 Change-Id: I173315b39816b0061c048459e1f14d81747f072b
* Extend to support install sessions.Jeff Sharkey2014-08-071-15/+19
| | | | | | | | | Light changes to existing code to support pre-staged install sessions. Only inspects a base APK from session, which defines all permissions. Bug: 16515814 Change-Id: Ia1cb43ff9fdfe1f2468ad0d1374cff2b8eb50f54
* Support uninstalling apps for other profiles.Kenny Guy2014-07-101-0/+1
| | | | | | | | | | | | | | 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/+10
| | | | | | | | | | | | | | | | | | | | | | 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
* Fix bug #8133419 Android Download Manager/Installer should be mirrored for ↵Fabrice Di Meglio2013-03-211-1/+2
| | | | | | | | | RTL languages - update PackageInstaller layouts for supporting RTL - enable RTL support by adding android:supportsRtl="true" in the AndroidManifest Change-Id: I656ff6771a2f2e684e3c6e7a1302a864b12f6187
* Fix issue #7448596: Can't uninstall app that was installed by another userDianne Hackborn2012-10-311-0/+1
| | | | Change-Id: I80a07a30cb452eee61e0838b5133559bb1f10d6f
* Allow side-loading of apps from other users.Dianne Hackborn2012-09-191-1/+1
| | | | | | | | This will allow applications to do the desired bypass of downloading and re-installing an app if it is already installed on the device for another user. Change-Id: Ib2bc0f39bc6b495af653560cf13cb8477413186d
* Stop advertising support for content:// Uris.Jeff Sharkey2012-08-011-1/+0
| | | | | | | They aren't supported internally. Bug: 6343461 Change-Id: Idee9ceb7fa4acd9a576df1768f905fc6664fa23b
* Update themes for PackageInstallerAdam Powell2012-05-231-2/+3
| | | | | | | | | Use DeviceDefault to better integrate with the host system. Use Dialog theme for all devices when uninstalling apps instead of DialogWhenLarge. Change-Id: Ia427c85c81bf175518d07cfef56de5816c052943
* Change theme back to dark.Dianne Hackborn2012-05-111-1/+1
| | | | Change-Id: Ifbf8a6c7615472ddc66ebea87f18166b49773a8b
* New permissions UI.Dianne Hackborn2012-05-031-1/+1
| | | | Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
* Don't restart on orientation change.felipeal2012-04-301-1/+1
| | | | | Bug: 6180371 Change-Id: Ib66f2efc352dd87b462e688522f7187fce2c9889
* am 7d254dff: am 1430ad97: Merge "PackageInstaller : Don\'t restart on ↵Dianne Hackborn2012-04-241-3/+3
|\ | | | | | | | | | | | | orientation change" * commit '7d254dff8b89bd5b43a8d2f3fe533b092ebd5561': PackageInstaller : Don't restart on orientation change
| * PackageInstaller : Don't restart on orientation changeDanesh Mondegarian2012-04-101-3/+3
| | | | | | | | | | | | | | Currently an orientation change restarts the installation. This is due to screenSize being required on anything API level 13 or higher Change-Id: I730ee7bde024f41cfa6bc859b1665ebb5ae7e332
* | Stop advertising content://-style Uri support.Jeff Sharkey2012-04-161-1/+0
| | | | | | | | | | | | | | | | | | Internally using PackageParser, which needs raw files. Tried making local copy of incoming files, but ran into 6347522. Instead, stop advertising support for content://-style Uris. Bug: 6343461 Change-Id: Ia57ffa56876f38db359e618d9a2c1116c71f56f2
* | Grant READ_EXTERNAL_STORAGE.Jeff Sharkey2012-04-161-0/+1
|/ | | | | | | | Many install requests point to APK file://-style Uris on external storage, so add permission. Bug: 6343461 Change-Id: Ifc609155836fb6cd644b014b0f05d6fdac42107a
* layout fixes and asset updates to package installerPeter Ng2011-10-171-1/+1
| | | | | Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
* Implement new extended install/uninstall options.Dianne Hackborn2011-08-101-0/+16
| | | | Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
* PackageInstaller doesn't have any data suitable for backup/restoreChristopher Tate2011-07-221-0/+1
| | | | Change-Id: I10f62b8b4809dcab5056b97be42cfe9cef714f1a
* Change theme to DialogWhenLargeKenny Root2011-01-101-1/+2
| | | | | | | | Fix some layouts to correctly display as dialogs when using a large screen device. Still needs the WeightedLinearLayout trick. Bug: 3298362 Change-Id: I76ad192ca8c27a0d9f4ce106dc4e1e922c01c02b
* Do not show package installer in recent appsKenny Root2011-01-091-2/+4
| | | | | | | | | | Due to confusion between "running" apps and "recent" apps, some users thought the package installer was continuously running and trying to reinstall applications. Removing the package installer activity from display in recent apps will clear up any confusion. Bug: 3179073 Change-Id: I96b8fecb2810e8d8d843db5d032e9ddfd38fbc8f
* Check for activity info when uninstalling.Patrick Dubroy2010-09-031-8/+4
| | | | Also, switch to using standard fat title bar.
* Use the system standard ButtonBar style as well as the standard medium title ↵Jeff Hamilton2010-03-161-4/+8
| | | | | | bar assest. Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
* Add an original-package tag that matches the real package name.Jeff Hamilton2010-02-111-0/+3
| | | | Change-Id: I831605186fb1a0244d7c2da9e72850ae1644c570
* Ignore orientation changes when installing/uninstallingSuchi Amalapurapu2009-11-121-4/+8
|
* Clear installer's user data before downloading an app so that we get rid of ↵Suchi Amalapurapu2009-09-291-0/+1
| | | | | | | any lingering files from earlier failed installs or files left behind by earlier buggy builds Add permission to AndroidManifest to clear user data
* Finish UninstallerActivity after starting subactivity to actually uninstall ↵Suchi Amalapurapu2009-09-141-6/+0
| | | | | | | which indicates progress etc., If not, the UninstallerActivity is again displayed after finishing off uninstallation. Remove entries from manifest that are no longer part of code base
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+37
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-37/+0
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-3/+1
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+39