1. 21 Aug, 2015 6 commits
  2. 20 Aug, 2015 2 commits
    • Svet Ganov's avatar
      Show multi-permission UI in the requested order. · dda78230
      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
      dda78230
    • Svet Ganov's avatar
      Grant only requested permissions not the whole group. · e899d8d4
      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
      e899d8d4
  3. 11 Aug, 2015 2 commits
  4. 08 Aug, 2015 1 commit
  5. 07 Aug, 2015 5 commits
  6. 05 Aug, 2015 1 commit
    • Svetoslav's avatar
      Add strings for the screen overlay warning · cea90ebd
      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
      cea90ebd
  7. 03 Aug, 2015 1 commit
  8. 01 Aug, 2015 1 commit
  9. 31 Jul, 2015 2 commits
  10. 29 Jul, 2015 4 commits
  11. 22 Jul, 2015 1 commit
  12. 21 Jul, 2015 2 commits
  13. 20 Jul, 2015 2 commits
    • Jason Monk's avatar
      Keep the permissions dialog width consistent · df01cfe5
      Jason Monk authored
      Bug: 22532807
      Change-Id: Ie89b4287094bc6525463c6238b53d8ee68395e38
      df01cfe5
    • Svet Ganov's avatar
      Protect package installer UI with the new permissions. · 203f9b81
      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
      203f9b81
  14. 17 Jul, 2015 1 commit
  15. 16 Jul, 2015 7 commits
  16. 15 Jul, 2015 2 commits