- 15 Sep, 2015 1 commit
-
-
Svet Ganov authored
The UI code was wrongly using UID as the key - it is not unique - resulting in keeping only one app per UID in the UI and not showing permission controls for the other apps in this UID. This change uses the unique package plus UID as the preference key. bug:23937944 Change-Id: I859afcf3ec8efdcb62d0e9dacd19f771436da084
-
- 02 Sep, 2015 1 commit
-
-
Svetoslav authored
We added the GET_ACCOUNTS permission to the contacts group but it does not have an app op. The UI code was written with the assumption that all runtime permissions have an app op and was not showing the contacts group if the only requested permission from that group was GET_ACCOUNTS. bug:23726958 Change-Id: Iad5493297901c3f1144f4d58a3dad3f022c593a1
-
- 31 Aug, 2015 2 commits
-
-
Svetoslav authored
bug:23528665 Change-Id: Id3a0838c3421b56dcf47c86043bb51c670268d03
-
Svetoslav Ganov authored
This reverts commit 3c093f94. Change-Id: I28e5597390df3abfdde6e4f8c46d0350028392c8
-
- 29 Aug, 2015 1 commit
-
-
Svet Ganov authored
bug:23435039 Change-Id: I244d73d3482cc17447e5e673a461183e03bc67a6
-
- 27 Aug, 2015 2 commits
-
-
The Android Automerger authored
-
Ian Pedowitz authored
-
- 26 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 25 Aug, 2015 2 commits
-
-
Svet Ganov authored
Limit the app name in the permissions dialog to prevent a bad app with a very long name to trick the user about the purpose of this dialog. Also wrap the label with BidiFormatter to protect against bidi override attacks. bug:23516019 Change-Id: Iba819d384864a004eefc2d2154dbfed3ef3b81c1
-
Benjamin Franz authored
Bug: 23408576 Change-Id: I981810de6f5b49b94371606cc5cf7baf51375485
-
- 22 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 21 Aug, 2015 9 commits
-
-
Jeff Sharkey authored
Bug: 21805447 Change-Id: I394f40d0d8bce1541ec57cac7a60751b740aefaf
-
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
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
-
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 4 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
-
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
-
- 12 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 11 Aug, 2015 3 commits
-
-
Dianne Hackborn authored
Change-Id: If89e603508e02cad781ee455b2149af1024bd443
-
The Android Automerger authored
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22997094 Change-Id: I110b8769ded4b392d67ecfafd7ae072cac42f33f
-
- 08 Aug, 2015 2 commits
-
-
The Android Automerger authored
-
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 2 commits
-
-
The Android Automerger authored
-
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
-
- 04 Aug, 2015 1 commit
-
-
The Android Automerger authored
-
- 03 Aug, 2015 1 commit
-
-
Geoff Mendal authored
Auto-generated-cl: translation import Bug: 22317719 Change-Id: I46fff313bb29570a5b3355afc2ee8bb456f531db
-
- 01 Aug, 2015 1 commit
-
-
The Android Automerger authored
-