History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9337ca6d658fa5abf7bc42cfff195827d07c496b 13-Dec-2016 Philip P. Moltmann <moltmann@google.com> Load PermissionGroups completely async

Before we relied on 'manual' referesh calls in onResume, etc... . Now
all the updating is done triggered by a loader based on
PermissionsChangeListener in PermissionGroups.PermissionsLoader.

Fixes: 33354617
Test: - Revoked permission in manage permission UI. Global manage
permission UI got updated.
- Granted permission inside of app while settings was open. Saw
settings to get updated.

Change-Id: I3f35564885b6020d1729d61fc9056d732a0366c1
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
b8ce24fb66a61b9dae4236d3a950fd1075375933 26-Oct-2016 Philip P. Moltmann <moltmann@google.com> Split system and adtl. perm managment fragments

This allows for easier lifecycle management. As both fragments are very
similar common code is moved to a superclass.

Test: Opened system perm fragment, resized, opened addtl. perm fragment,
resized, back, back. Permissions show up correctly.

Change-Id: I9313c7d97df8f74c33ac899d2b037f3df75506b6
Fixes: 32008494
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
f9bf4f795615bac03d1b35a0138318473b1ef6bf 27-Feb-2016 Svet Ganov <svetoslavganov@google.com> Cleanup of the PackageInstaller API - PackageInstaller

The PackageInstaller app manages side-loading apps as well
as permission management. It should be updatable, hence
should rely on system APIs to talk to the platform. This
is the first step of defining an API boundary.

Change-Id: I37aea1e5cc3195b8b636af6790af45fe5a9765cd
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
b22473b280b2b893167ffaae24e9b1c43d343a3f 14-Apr-2016 Keyvan Amiri <keyvana@google.com> Reworked permission UI on TV into the new side-panel leanback style

Reworked all the permission UIs on TV to mesh with the rest of the
settings rendered as leanback-styled side panels with title bars.
The permissions consist of the following components:
* Each individual app permission listing
** Listing of all the permissions together with the apps using
those permissions

Bug: 27344882
Bug: 22481180

Change-Id: I4ab05efd9a4ea6fab7971b89f13d65591a2be8ee
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
bd6ad3a2b1c30f7a007c4c2ef7e5c273a2f9df10 05-Mar-2016 Svet Ganov <svetoslavganov@google.com> Support app install from a content URI

bug:24079113

Change-Id: Ide1aa1667370f6b8d00ff269ef28992589656e9a
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java
ef861375eebd9ac6cce7c0bb163380ab1c951063 20-Nov-2015 Svetoslav <svetoslavganov@google.com> resolve merge conflicts of c10abb25f3 to cw-e-dev.

Change-Id: I3fe38a9ac62466b38efec834dceb712d2782c518
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/ManagePermissionsFragment.java