summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Update deny button in permission warning dialogs" into nyc-devSvetoslav Ganov2016-03-237-7/+10
|\
| * Update deny button in permission warning dialogsSvet Ganov2016-03-227-7/+10
| | | | | | | | | | | | bug:23899558 Change-Id: I37bf080d54fc4fff5dfcc9f8240b95c82fed56d2
* | Respect past user choices in permisson review UISvetoslav Ganov2016-03-232-27/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a permission review mode we show UI for the user to review new permissions for apps that do not support the new runtime permission model. The review is shown on an app launch. It is possible for the user to modify permissions in the settings UI before launching an app. This change ensures that the default value in the review UI reflects the user choice in settings. Specifically, the review UI shows the permission toggle in a granted state if the user expressed no opinion or granted the pemrission in settings (initially permissions are shown as revoked in settings as a review is pending - granting a permission from settings doesn't void the pending review). However, if the user grants and then revokes a permission in settings, (expresses an opinion the pemrission should be revoked) the default state of the permission toggle is off. bug:26741436 Change-Id: I021175df00e334e73aa01363d2c5645e2fe16b90
* | Merge "Revert "Respect past user choices in permisson review UI"" into nyc-devSvetoslav Ganov2016-03-232-32/+5
|\ \
| * | Revert "Respect past user choices in permisson review UI"Svetoslav Ganov2016-03-232-32/+5
| | | | | | | | | | | | | | | | | | This reverts commit 437a6bfedb33daf66592bbed8595025f3e707850. Change-Id: I5a46f94aadb0ab6dcbe85761f3b1390749b8b1cf
* | | Merge "Respect past user choices in permisson review UI" into nyc-devSvetoslav Ganov2016-03-232-5/+32
|\| |
| * | Respect past user choices in permisson review UISvetoslav Ganov2016-03-232-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a permission review mode we show UI for the user to review new permissions for apps that do not support the new runtime permission model. The review is shown on an app launch. It is possible for the user to modify permissions in the settings UI before launching an app. This change ensures that the default value in the review UI reflects the user choice in settings. Specifically, the review UI shows the permission toggle in a granted state if the user expressed no opinion or granted the pemrission in settings (initially permissions are shown as revoked in settings as a review is pending - granting a permission from settings doesn't void the pending review). However, if the user grants and then revokes a permission in settings, (expresses an opinion the pemrission should be revoked) the default state of the permission toggle is off. bug:26741436 Change-Id: Iae6ae497dfba46ba1399fbf66fb60e70c37f0420
* | | Merge "Added "Manage users" button" into nyc-devFyodor Kupolov2016-03-233-3/+29
|\ \ \
| * | | Added "Manage users" buttonFyodor Kupolov2016-03-223-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Show "Manage users" button when a secondary user is blocking the uninstall. Bug: 24616123 Change-Id: I61f1d9814dccc9f9e8acbce97d8ef681f5ec8944
* | | | Merge "Don't show app defined permissions in the review UI" into nyc-devSvetoslav Ganov2016-03-222-6/+21
|\ \ \ \
| * | | | Don't show app defined permissions in the review UISvetoslav Ganov2016-03-212-6/+21
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only platform defined runtime permissions have corresponding app ops, hence there is no way to disable functionality guarded by app defined permissions. Therefore, app defined permissions should not show in the review UI. bug:27102458 Change-Id: Iedc7c4de9216007176b87cfecaeed69dbadc2068
* | | | Merge changes I285e3269,I0c4c9ceb into nyc-devVinod Krishnan2016-03-217-59/+119
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | * changes: Show No permissions, if there are no permissions Wear Cleanup: Removing implicit intent & API change
| * | | Show No permissions, if there are no permissionsVinod Krishnan2016-03-183-26/+54
| | | | | | | | | | | | | | | | Change-Id: I285e326994268fc5b561e4a445ac2af326a64397
| * | | Wear Cleanup: Removing implicit intent & API changeVinod Krishnan2016-03-184-33/+65
| |/ / | | | | | | | | | | | | | | | | | | | | | - Remove a way to implicitly call Wear install service - Also make the Service take in the package as the data, just like the activities in PackageInstaller Change-Id: I0c4c9cebbb7396e025cab81eed835ab1a941ca01
* | | Import translations. DO NOT MERGEGeoff Mendal2016-03-1961-216/+338
| | | | | | | | | | | | | | | Change-Id: If06c4818606eaac1378fc1ae7812b92dfba86553 Auto-generated-cl: translation import
* | | Update ic_info drawable name to ic_info_outline.Sudheer Shanka2016-03-182-1/+1
|/ / | | | | | | | | | | | | ic_info in PackageInstaller is taking preference over the one in the included library SettingsLib. Change-Id: I099d4092acb1c9572d958ab316fb948cff7be3e5
* | Follow framework refactoring.Jeff Sharkey2016-03-171-2/+2
| | | | | | | | | | Bug: 27531029 Change-Id: I7bb3273421a84c6bb5853340ac31197bdbd78fec
* | Import translations. DO NOT MERGEGeoff Mendal2016-03-1621-84/+42
| | | | | | | | | | Change-Id: Ibefd02252d4a9588a0ca78415b48cefa9e5764a5 Auto-generated-cl: translation import
* | Merge "Pick up the right package install URI" into nyc-devBenjamin Franz2016-03-151-1/+1
|\ \
| * | Pick up the right package install URIBenjamin Franz2016-03-151-1/+1
| | | | | | | | | | | | | | | Bug: 27645571 Change-Id: I824198b0eefea08ee3f0fa4f4f9267a557d21166
* | | Import translations. DO NOT MERGEGeoff Mendal2016-03-1480-84/+312
|/ / | | | | | | | | Change-Id: I301d290a77d9d08d0a3a19a9029ae1a5d185a7f2 Auto-generated-cl: translation import
* | Merge "Import translations. DO NOT MERGE" into nyc-devBill Yi2016-03-111-4/+2
|\ \
| * | Import translations. DO NOT MERGEBill Yi2016-03-101-4/+2
| | | | | | | | | | | | | | | Change-Id: I8b31dbf28315278d7482b4550fa1eca0dce367fd Auto-generated-cl: translation import
* | | Merge "Don't crash installer" into nyc-devTodd Kennedy2016-03-111-0/+8
|\ \ \
| * | | Don't crash installerTodd Kennedy2016-03-101-0/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | When starting the installer without a URI, it would crash. Don't do that. Bug: 26450627 Change-Id: I2b0d452c12c0fc695326200617c5284f60a9e45b
* / / Tweak strings when uninstalling updatesAmith Yamasani2016-03-092-4/+19
|/ / | | | | | | | | | | | | Inform about data deletion and also about other users. Bug: 26694521 Change-Id: Ib1ab8ca58e111cfbad6895f296e567e289ce34d8
* | Import translations. DO NOT MERGEGeoff Mendal2016-03-0979-316/+158
| | | | | | | | | | Change-Id: I396361b52187a01ce702759c154e771f34228489 Auto-generated-cl: translation import
* | Import translations. DO NOT MERGEGeoff Mendal2016-03-0780-183/+452
| | | | | | | | | | Change-Id: I37168273324f9bed34bd85425a0be69825b54832 Auto-generated-cl: translation import
* | Merge "Support app install from a content URI" into nyc-devSvetoslav Ganov2016-03-0621-90/+254
|\ \
| * | Support app install from a content URISvet Ganov2016-03-0521-90/+254
| | | | | | | | | | | | | | | | | | bug:24079113 Change-Id: Ide1aa1667370f6b8d00ff269ef28992589656e9a
* | | Merge "Update restricted icon position in RestrictedSwitchPreference." into ↵Sudheer Shanka2016-03-032-6/+14
|\ \ \ | | | | | | | | | | | | nyc-dev
| * | | Update restricted icon position in RestrictedSwitchPreference.Sudheer Shanka2016-03-022-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And fixed a bug where the admin disabled summary is shown even if the admin has not set a permission policy. Bug: 25603665 Bug: 27263775 Change-Id: I8cbbc4c326669a656ad5aef53896b388d556a74f
* | | | Merge "Fix confirm button text when revoking special permissons" into nyc-devSvetoslav Ganov2016-03-021-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix confirm button text when revoking special permissonsSvet Ganov2016-03-021-1/+1
| | |/ | |/| | | | | | | | | | | | | bug:23899558 Change-Id: Ic40994d5a74f726d0a7bc5f0f476b62f114fd18f
* | | Import translations. DO NOT MERGEGeoff Mendal2016-03-0280-102/+281
| |/ |/| | | | | | | Change-Id: I4c8b57174dd1580196bda7bbfff6e9a46d23178e Auto-generated-cl: translation import
* | Merge "Use safe label in permission request UI" into nyc-devSvetoslav Ganov2016-03-011-23/+3
|\ \
| * | Use safe label in permission request UISvetoslav Ganov2016-03-011-23/+3
| |/ | | | | | | | | | | bug:23531798 Change-Id: I7cde3b9987c0e59b9aa148a5a3a597eec55a20a4
* | Fix buildSvetoslav Ganov2016-03-011-1/+1
| | | | | | | | Change-Id: Ia8ad80e9e31862397d7f532cd2998bd246cd40c0
* | Rename don't ask again button per UX specSvetoslav Ganov2016-03-011-1/+1
|/ | | | | | bug:23719904 Change-Id: I48b1ea8c50d0d1695254d6c8f96008a0ec59c343
* Merge "Expose removed permissions flag as system API - installer" into nyc-devSvetoslav Ganov2016-02-235-6/+5
|\
| * Expose removed permissions flag as system API - installerSvet Ganov2016-02-225-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are some permissions that were removed from the platform and guard nothing but legacy apps may be checking them before calling APIs. Hence, these apps should get the permissions as expected despite them being a no-op. To address this the platform declares removed permissions as normal permissions that are hidden such that legacy apps can always get them. These permissions are not shown in the UI. Play needs a way to filter out these permissions like the platform as they have permissions UI too. bug:23361760 Change-Id: Ieecf69f70551d987f5fac1f128b7f7a0c242c378
* | Merge "Show permissions grant UI in requested order" into nyc-devSvetoslav Ganov2016-02-231-6/+6
|\ \
| * | Show permissions grant UI in requested orderSvet Ganov2016-02-221-6/+6
| |/ | | | | | | | | | | bug:23314383 Change-Id: I4b41b9941f147eefc5f3fc2c520aba7afabd26a0
* | No overlay when permissions shown - package installerSvet Ganov2016-02-208-46/+18
| | | | | | | | | | | | bug:26973205 Change-Id: Ibae1b971ceb1ea0d831435b9d5166482199e9184
* | Fix a NPE in GrantPermissionsActivitySvet Ganov2016-02-201-5/+6
|/ | | | | | | | | We get an NPE if an app that delcates no permissions as used requests runtime permissions. bug:21011604 Change-Id: Id0cac6dcbd78ef849a1eafa522b8a06e61b21a1b
* Merge "Show support dialog when admin disallows installs from unknown ↵Sudheer Shanka2016-02-091-2/+4
|\ | | | | | | sources." into nyc-dev
| * Show support dialog when admin disallows installs from unknown sources.Sudheer Shanka2016-02-081-2/+4
| | | | | | | | | | Bug: 26737249 Change-Id: I2a58b2eae34319ecc51ffc42078ed0cfe2460c60
* | Import translations. DO NOT MERGEGeoff Mendal2016-02-083-8/+8
|/ | | | | Change-Id: Idcdbbb60d502b83ccca1139bea6a9b3e0fc12c85 Auto-generated-cl: translation import
* Merge "Use the correct userId when checking if disabled by admin."Sudheer Shanka2016-02-044-8/+17
|\
| * Use the correct userId when checking if disabled by admin.Sudheer Shanka2016-02-014-8/+17
| | | | | | | | Change-Id: I0fbe8ac8670b9fa4eb1fa35693856b47fdc974a4