summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
Commit message (Collapse)AuthorAgeFilesLines
* 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