History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/WarningConfirmationActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3f07e6589d0f036df10d97f676a375b2ce04ae3b 23-Mar-2016 Svet Ganov <svetoslavganov@google.com> Update deny button in permission warning dialogs

bug:23899558

Change-Id: I37bf080d54fc4fff5dfcc9f8240b95c82fed56d2
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/WarningConfirmationActivity.java
e18bfc22019f44ae60674fc6d34616ce097e05f4 29-Oct-2015 Anthony Hugh <ahugh@google.com> Fix out of bounds exception

It looks like the cached index had become invalid at some
point. It's unclear why, but the logs suggest that a
bunch of Home services crashed.

Rather than cache the index within the Activity, I have
changed the code to send the index along with the
dialog activity launch. This way when the dialog returns,
the index will be saved within the callback.

The index should be enough because the permission set
should not change for the app between screens and the
permission set is alphabetized.

BUG: 25334674
Change-Id: I8f9189960aa7fc9b09cc25f594397523550ac626
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/WarningConfirmationActivity.java
4b7427563d334dab50eb77028a78e709ea58880b 22-Sep-2015 Anthony Hugh <ahugh@google.com> Add new dialog for warning confirmations

This change updates the Wear warning dialog for when users try
to change permissions for system apps and apps that are targeting
old SDKs.

Because Wear does not have a common dialog yet, I needed to create
a new activity to hold our confirmation view.

Changes:
- Update logic to show Wear confirmation screen instead of using
AlertDialog
- Added WarningConfirmationActivity
- Change font size for confirmation dialog
- Make ConfirmationViewHandler support hiding one of the 3 vertical
buttons
- rename grant_permissions.xml to more generic confirmation_dialog

BUG: 24132857

Change-Id: Id225e663f0a2cd7b99fb177f780a6a3d0da15214
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/WarningConfirmationActivity.java