- 21 Aug, 2015 6 commits
-
-
Svet Ganov authored
Apps can request several permissions at once but the UI was not shown in the request order. This is problematic since apps may show on board UI stating which permissions will be requested. Bug: 23314383 Change-Id: I0c59a741fb09e63bead0f76d4d337769d2dff387
-
Jeff Sharkey authored
-
Ian Pedowitz authored
-
Ian Pedowitz authored
This reverts commit e899d8d4. Bug: 23314383 Bug: 23397858 Change-Id: Ia928a4b24c60eae6b4fb16ebdbfa6b6787f6c3ae
-
Ian Pedowitz authored
This reverts commit dda78230. Bug: 23314383 Bug: 23397858 Change-Id: I8d06936ad8a51299148f0a311da81d8868840e78
-
Jeff Sharkey authored
System fixed permissions are typically hidden in the UI, but we need to special-case the Location group to help guide the user to another part of Settings where they can manage location access. Bug: 21805447 Change-Id: Ia6b30b4651c9ed42e0279e729e544b654940dde6
-
- 20 Aug, 2015 2 commits
-
-
Svet Ganov authored
Apps can request several permissions at once but the UI was not shown in the request order. This is problematic since apps may show on board UI stating which permissions will be requested. bug:23314383 Change-Id: Iffd0f4fd7df04aeece3995290a7798a559430304
-
Svet Ganov authored
The policy for an app requesting permissions is that only the requested permissions are granted not the whole groups to which these permissions belong. There was a regression where we granted the whole group not only the requested permissions. If an app has a permission in a group already granted, now per policy a subsequent request from the same group is followed by an auto grant. bug:23370436 Change-Id: Icce6377d60187f6f153d10d646cd8c9878dd6fab
-
- 11 Aug, 2015 2 commits
-
-
Dianne Hackborn authored
Change-Id: If89e603508e02cad781ee455b2149af1024bd443
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22997094 Change-Id: I110b8769ded4b392d67ecfafd7ae072cac42f33f
-
- 08 Aug, 2015 1 commit
-
-
Svet Ganov authored
bug:23043018 Change-Id: I32efe93f8c52924263b16d80e09fae1a0a6babf5
-
- 07 Aug, 2015 5 commits
-
-
Jason Monk authored
-
Jason Monk authored
Bug: 22317719 Change-Id: I5f6526bcce382ae6fabe32d3f8842567d8dc8701
-
Jason Monk authored
-
Jason Monk authored
They need an order Bug: 22997094 Change-Id: I6ecaf827df60e7ce4b7c2ce59adaf7cf059ae218
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22317719 Change-Id: I9fa63a8aa8e3823881912c7c9acf3cf66f016254
-
- 05 Aug, 2015 1 commit
-
-
Svetoslav authored
We do not allow interaction with the permissions UI if it is covered by screen overlay to prevent UI redressing attacks. This change adds the strings for the warning dialog we show if there is an overlay when the user tries to interact with the permissions UI. bug:22317719 Change-Id: Ibaa04b89b52757275dc08f228e3bf496606409fb
-
- 03 Aug, 2015 1 commit
-
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22317719 Change-Id: I46fff313bb29570a5b3355afc2ee8bb456f531db
-
- 01 Aug, 2015 1 commit
-
-
Svetoslav Ganov authored
-
- 31 Jul, 2015 2 commits
-
-
Svet Ganov authored
bug:22802981 Change-Id: I2bbc53bb3638b8f83ddf099b0ddd72d3688c477c
-
Dianne Hackborn authored
-
- 29 Jul, 2015 4 commits
-
-
Dianne Hackborn authored
Change-Id: If86ce89143414405acb8ebbbf2139b07c4eb26bd
-
Jason Monk authored
-
Jason Monk authored
Implementation to come later. Bug: 22317719 Change-Id: I71c00699db133277068d54614de3db5423af4d23
-
Jason Monk authored
Bug: 22634136 Change-Id: Ia12cd5ef8ff9c2e26f4bc6a4fee5b4a6d2a4ba06
-
- 22 Jul, 2015 1 commit
-
-
Svetoslav authored
bug:22303510 Change-Id: Ieab8da041627e6a5807d00a72a1ec73f1cca821b
-
- 21 Jul, 2015 2 commits
-
-
Svet Ganov authored
bug:22383613 Change-Id: I40cb08df6b2cd01bc2db57b47062f8bd05ea673f
-
Jason Monk authored
-
- 20 Jul, 2015 2 commits
-
-
Jason Monk authored
Bug: 22532807 Change-Id: Ie89b4287094bc6525463c6238b53d8ee68395e38
-
Svet Ganov authored
The grant_revoke_permissions permission was split in two to separate granting and revoking a permission. Package installer can both grant and revoke, while the verifier can only revoke permissions. We want the permissions UI to be launchable ony by the installer, therefore it is now protected by the grant_runtime_permissions permission which only the installer has. bug:22231699 Change-Id: I81fe3b20ff1af4806d655537ff30273a4782494c
-
- 17 Jul, 2015 1 commit
-
-
Svet Ganov authored
-
- 16 Jul, 2015 7 commits
-
-
Svet Ganov authored
bug:22523221 Change-Id: I09b605c7689c7402942c02a2639f1f28c7ee0c54
-
Svet Ganov authored
-
Svet Ganov authored
-
Svet Ganov authored
-
Svet Ganov authored
bug:22505232 Change-Id: I23c15a677020bd09344b107a093dc1d21764a294
-
Svet Ganov authored
We were disabling both permission and app ops for modern apps - to have app ops as a safety net. This creates the issue that if a permission is revoked (which disables the app op) and data is cleared, then apps that get permissions granted by default would end up with th permission but not the app op and will not work. We still enable the app op on a permission grant to ensure that a legacy app with a disabled app ops will have the app op enabled if updated and the permission is then granted. bug:22464566 Change-Id: Ia5f4de42bcaf6f736e50d6f3109878ff2ce8ff9f
-
Svet Ganov authored
bug:22231699 Change-Id: I679bb4a1f99eaa7d3984a4e6db6a04dca4574a18
-
- 15 Jul, 2015 2 commits
-
-
Todd Volkert authored
-
Geoff Mendal authored
Change-Id: Id669d4a5e98147ce9e20a771bba60478de119387 Auto-generated-cl: translation import
-