summaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Redo Move ClockworkPackageInstaller functionality here"Vinod Krishnan2015-09-091-0/+1
| | | | | | This reverts commit 5b26c2e64ceeaa1e71436b36a28f53100e358ed8. Change-Id: I88fa09f87023a7c1b2aac3100cfbdce6283de770
* Revert "Move ClockworkPackageInstaller functionality here"Griff Hazen2015-09-081-1/+0
| | | | | | | | Breaking ub-wear-dinar/ub-wear-master builds This reverts commit aa4368cafc3c92b33a99c3fbe0e6af08d7e092e4. Change-Id: Ib22189891e9cd9eef61cdaa5ac329d05ab9783e8
* Move ClockworkPackageInstaller functionality hereVinod Krishnan2015-09-041-0/+1
| | | | | | | | | - The code is being moved from https://cs.corp.google.com/#android/vendor/google_clockwork/packages/PackageInstaller/src/com/google/android/clockwork/packageinstaller/ Bug: 22411517 Change-Id: If6a0b7f49530176a6cff6b76ee6eff44ba822547
* Implement base version of GrantPermissions dialogAnthony Hugh2015-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | With the Emerald release, we need to support the new permission APIs. This changelist adds a dialog for the Activity.requestPermissions() API so that users can request permissions. This check in is a functional version, but not polished. will need to be a follow up CL to add the correct animations and update the UI to the appropriate redlines. The implementation for the confirmation dialog is modeled after the one in the clockwork libs/Views folder. There are some tweaks to match the designed behavior of the permission dialog. When there's more time in the future, we should try to condense this to one implementation. This is a resubmit without the wearable-support lib. I will figure out how to get that referenced in the next UI pass. BUG: 23118402 Change-Id: Ib2fb94b356aa965b999b3e12726fda86928a963e
* Revert "Implement base version of GrantPermissions dialog"Anthony Hugh2015-08-211-4/+4
| | | | | | | | This reverts commit b7da1f5f9886ff8a4ad81b0d617d442c461ca1e5. We can't reference vendor from this package. Need to add the references manually. Change-Id: I3ee31de110f24014100ce804b0659055b26f963b
* Implement base version of GrantPermissions dialogAnthony Hugh2015-08-211-4/+4
| | | | | | | | | | | | | | | | | | | | | With the Emerald release, we need to support the new permission APIs. This changelist adds a dialog for the Activity.requestPermissions() API so that users can request permissions. This check in is a functional version, but not polished. will need to be a follow up CL to add the correct animations and update the UI to the appropriate redlines. The implementation for the confirmation dialog is modeled after the one in the clockwork libs/Views folder. There are some tweaks to match the designed behavior of the permission dialog. When there's more time in the future, we should try to condense this to one implementation. BUG: 23118402 Change-Id: Ic90d37a2ce8a7adacb7c4e004b0a5260b624f5c8
* 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