History log of /packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e8b863318125cf088d7f357ef0f04f2935b869fd 15-Sep-2017 Winson Chung <winsonc@google.com> Fixing issue with PiP settings not showing apps for other profiles.

Bug: 65417722
Test: make -j40 RunSettingsRoboTests
Change-Id: If3562dc7c2ddf07e2fc19591238dc3a7b4e9dba7
Merged-In: I3c3fc7a68c172eeccc767cd04b1393b38b36073e
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
17d63964c71fa4f78a57337ad6a4dc313daa9f9d 25-May-2017 Fan Zhang <zhfan@google.com> Set correct uid when loading app icon in data usage UI.

work profile apps belongs to a different user. Set the correct uid when
loading the icon so the work profile badge is displayed.

Change-Id: I2ed27d6b83c1b42961500dc8d63475bf1f7eabcd
Fix: 38372681
Test: make RunSettingsRoboTests
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
9209ee53ed8545ab7461ba768db7921509f0afb6 29-Mar-2017 Jesse Evans <jsje@google.com> Adds the Clear App dialog for Instant Apps

Adds a confirmation dialog for the user when tapping clear app.

From this dialog the user can either cancel, or confirm they
want to clear the app.

Test: make RunSettingsRoboTests

Bug: 36536695
Change-Id: Idffcf5ef318578ae2e075ea2cbb35323d41acade
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
e31550d809193bf32278fdf86a9dcbad1cf34b8e 03-Mar-2017 Daniel Nishi <dhnishi@google.com> Re-add the option to migrate data back.

Currently, users can use an SD card or USB drive and adopt it as
internal storage using existing flows. They can manage this drive
perfectly fine using the old storage screen, which is still around.

One functionality that was lost was the ability to migrate data from
the adopted drive back to the private internal storage. This appeared
in a dropdown in the old storage settings.

By duplicating the code to create just that specific menu item and its
click behavior, we can restore this functionality to the new storage
view.

Change-Id: I4b8c06912d2c0b2c5be5bce8b217d45accf34d4b
Fixes: 35926028
Test: Settings Robotest
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
35692cf439fe1067ea742174033f5748a08a5d66 14-Jan-2017 Fan Zhang <zhfan@google.com> Full screen default app fragment

Fix: 34280137
Test: make RunSettingsRoboTests
Change-Id: Ib44e39589781d68c7952a2c16a44682791a422f1
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
13f569ebd676cf1616b039d0d8aa141fff34be49 13-Jan-2017 Bartosz Fabianowski <bartfab@google.com> Add number of enterprise-installed apps to Privacy Settings page

This CL adds information about the number of apps that were installed
by the admin to the Enterprise Privacy Settings page.

Test: make RunSettingsRoboTests
Bug: 32692748

Change-Id: Ib710a1249db6d285da962122fd3dfb35a43752a1
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
36d0d143be78e234e7c92897cb63458279d6549b 07-Dec-2016 Fan Zhang <zhfan@google.com> Add search loader for installed apps.

- The loader filters out system apps.
- Loader performs case-insensitive match with app names.
- SearchResultAdapter combines results from multiple loaders into a
single list.

Fixes: 33347966
Test: make RunSettingsRoboTests
Change-Id: I228ca6fb82f0ac5151b2346c079c2de41104a4df
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
62b96811c15d635a475e87ea22c4cedad1567bb6 18-Nov-2016 Bartosz Fabianowski <bartfab@google.com> Populate Enterprise Privacy Settings page - batch 1

This CL adds the first batch of items to the Privacy Settings page.
These are all the items that fall into the "What types of
information can your organization see?" category and do not require
deeper Framework changes. Further batches are to come in separate
CLs.

Test: make RunSettingsRoboTests
Bug: 32692748
Change-Id: I460093bc45ed0e5baab2a5cdf9833e654d436cc9
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java
3d83300debb85090b2bbb9d659c0c859e210f1c2 17-Nov-2016 Bartosz Fabianowski <bartfab@google.com> Extract counting of installed apps into helper class

This CL extracts the code that counts the number of installed apps
for a set of users from ManageApplications to a helper class,
InstalledAppCounter. The new helper is designed to be unit-testable
(PackageManager dependencies are injected via a new PackageManagerWrapper
abstraction) and customizable (the set of users for which to count is
specified by subclasses).

The CL adds a unit test for the InstalledAppCounter as well.

Test: make RunSettingsRoboTests
Bug: 32692748
Change-Id: Ie7fbd40d9dd998b27f1f9de227b6a187b5c9d315
/packages/apps/Settings/src/com/android/settings/applications/PackageManagerWrapperImpl.java