summaryrefslogtreecommitdiffstats
path: root/src/com/android/packageinstaller/PackageInstallerActivity.java
Commit message (Expand)AuthorAgeFilesLines
* DO NOT MERGE Fixing Install button not enabled on resumeSuprabh Shukla2017-12-231-1/+1
* Revert "Revert "DO NOT MERGE Disable overlays while installer is resumed""Andreas Blaesius2017-12-231-2/+23
* Revert "DO NOT MERGE Disable overlays while installer is resumed"replicant-6.0-0003mse19692017-10-221-23/+2
* DO NOT MERGE Disable overlays while installer is resumedSuprabh Shukla2017-10-051-2/+23
* Block Install Intent for Wear devicesVinod Krishnan2015-09-281-1/+21
* Change MNC codename to just M.Dianne Hackborn2015-07-291-1/+1
* Add APIs for verifier to grant at install and revoke permissionsSvet Ganov2015-07-151-38/+38
* Remove personal/device group & skip perm screen for M+ apps.Julia Reynolds2015-07-131-46/+47
* am 10763f1c: Merge "Hidden ApplicationInfo flags are now in privateFlags."Alex Klyubin2015-02-111-3/+5
|\
| * Hidden ApplicationInfo flags are now in privateFlags.Alex Klyubin2015-02-111-3/+5
* | Fix a regression in installing from unknown sourcesAmith Yamasani2014-10-291-0/+2
* | Display correct message based on reasonAmith Yamasani2014-10-281-29/+60
|/
* PackageInstaller API refactoring.Jeff Sharkey2014-08-151-2/+1
* Extend to support install sessions.Jeff Sharkey2014-08-071-34/+71
* Apply restriction ENSURE_VERIFY_APPS to PackageInstaller.Julia Reynolds2014-06-301-0/+4
* Prevent sideloading if UserManager flag is set for current user.Sander Alewijnse2014-05-201-4/+11
* Log APK hash for package install attempts in the Event Log.Alex Klyubin2013-10-151-2/+2
* Record analytics about package install attempts to Event Log.Alex Klyubin2013-09-091-36/+106
* Update install-permission logic to use new FLAG_PRIVILEGEDChristopher Tate2013-06-141-5/+5
* Move TabsAdapter into it's own class.Nick Kralevich2013-03-251-132/+1
* Add manifest to verification paramsKenny Root2013-03-141-0/+4
* Fix issue #7323256: permission dialog has bad layoutDianne Hackborn2012-10-111-11/+12
* Merge "Determine the originating uid for an install" into jb-mr1-devBen Gruver2012-09-281-1/+81
|\
| * Determine the originating uid for an installBen Gruver2012-09-271-1/+81
* | Fix issue #7240599 Permissions UI: left side padding on...Dianne Hackborn2012-09-271-1/+2
|/
* Update references to migrated global settings.Jeff Brown2012-09-251-2/+2
* Allow side-loading of apps from other users.Dianne Hackborn2012-09-191-15/+46
* Further adjustment of the new package installer UI.Dianne Hackborn2012-09-161-60/+88
* New permissions UI.Dianne Hackborn2012-09-121-44/+183
* Accept and pass URLs to PackageManagerServicerich cannings2012-08-201-0/+10
* Revert "Accept and pass URLs to PackageManagerService"Rich Cannings2012-08-081-11/+1
* Accept and pass URLs to PackageManagerServicerich cannings2012-08-021-1/+11
* Survey says: NIET!Dianne Hackborn2012-06-011-183/+44
* Merge "Reduce strict Uri checking." into jb-devJeff Sharkey2012-05-231-1/+1
|\
| * Reduce strict Uri checking.Jeff Sharkey2012-05-231-1/+1
* | Make permissions pages awaken their scrollbars when the page is focusedAdam Powell2012-05-221-3/+26
|/
* Fix up tabs in the permissions displayAdam Powell2012-05-131-2/+8
* New permissions UI.Dianne Hackborn2012-05-031-44/+179
* Stop advertising content://-style Uri support.Jeff Sharkey2012-04-161-6/+16
* Implement new extended install/uninstall options.Dianne Hackborn2011-08-101-5/+79
* Changed unknown source setting linkGilles Debunne2011-06-241-7/+4
* Use NEW_TASK flag when going to SettingsKenny Root2011-02-151-0/+2
* Check for activity info when uninstalling.Patrick Dubroy2010-09-031-1/+0
* Fix issue #2558391: Package manager problem when not replacing existing syste...Dianne Hackborn2010-03-301-1/+9
* Remove memory checks in side loading uiSuchi Amalapurapu2010-03-111-86/+5
* Nuke parser references.Suchi Amalapurapu2010-02-191-13/+32
* Remove copying temporary file into installer's private data directory.Suchi Amalapurapu2010-01-251-1/+1
* move creating temp file to InstallAppProgressSuchi Amalapurapu2009-11-121-57/+0
* The scroll view listing permissions is given a weight of 1 so that the ok and...Suchi Amalapurapu2009-10-061-1/+1
* Clear installer's user data before downloading an app so that we get rid of a...Suchi Amalapurapu2009-09-291-0/+2