summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Make package installer a privileged core appSvet Ganov2015-07-081-0/+2
| | | | | | | | | | | | | Package installer should be a core app, so it is available when we boot in a core app only mode for the user to enter a pattern to decrypt. Package installer is now a privileged app as it needs provileged permissions in the additions to the ones we explicitly grant it. This is to ensure it will get these permissions when its cert changes. bug:22341030 Change-Id: I52137fe181b84fca6d49fb6b1b363527f0fd323c
* Migrate package installer permissions fragments to preference support lib.Todd Volkert2015-07-011-5/+15
| | | | | | | | | | | | In order to allow for TV-friendly layouts, this migrates the permissions fragments to the preference support lib, and modifies the necessary layouts and themes to make them work on TV. b/22043727 b/22045650 b/22044940 Change-Id: Ic862effe2c126da78c304983fd06e017c3ee4472
* Add missing support library dependencies.Ying Wang2015-05-051-4/+6
| | | | | | | | | | | | Static library android-support-v17-leanback references symbols defined in android-support-v7-recyclerview. Previously the core build system was set up with ProGuard config "-dontwarn android.support.**" and we didn't detect the missing dependencies. That setup is dangerous and is being fixed. Bug: 20658265 Change-Id: I96f8cddb0bc486902a4df662d6aa7b2dc70135ff (cherry picked from commit c9df1ba57b4ee23c741a0387a43bca08e20dcf63)
* Add leanback-looking UI to permissions screensTony Mantler2015-04-221-1/+8
| | | | Change-Id: Ib77227dc0ae4d02f96efff95f67a359310b5547c
* Fix makefile to only compile java files under src/Tony Mantler2015-04-171-1/+1
| | | | Change-Id: I71bd5b60436415af7bbb88b428dd392eb46fadb3
* Record analytics about package install attempts to Event Log.Alex Klyubin2013-09-091-1/+3
| | | | | | | | | | | | | | | | | | | | | The purpose of this change is to provide analytics about the various stages of the install flow. Recorded information does not contain user-, device-, or package/app-identifying information. Examples of recorded information are: * duration of the flow (start to finish) * duration of the flow until the moment the user clicks Install * whether the attempt is an update or a new install. * whether app verification is enabled. * whether Unknown Sources is enabled. * whether the attempt was blocked by Unknown Sources. * whether permissions were displayed. * error code (if any) returned by PackageManager when installing the package. Bug: 10605940 Change-Id: I9bc009223a365a558cdf02bd91cf4315b82564c2
* New permissions UI.Dianne Hackborn2012-09-121-1/+1
|
* Survey says: NIET!Dianne Hackborn2012-06-011-1/+1
| | | | | | Bug: 6593206 Change-Id: Ib8ec410e9af258b507706f2a162e8e7482f93f6a
* New permissions UI.Dianne Hackborn2012-05-031-0/+4
| | | | Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
* Do not use a user tag on apps, as it is ignored.Jean-Baptiste Queru2010-01-051-1/+1
| | | | | | | | | | The build system does not honor user tags on apps, and setting it is misleading. This removes the confusion by making the makefiles behave like they read. Change-Id: I5a7498a7b5e326ca119a17034457d7ff639e15ea
* auto import from //branches/cupcake/...@137197The Android Open Source Project2009-03-091-1/+1
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+11
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-11/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+11