1. 18 Aug, 2015 1 commit
  2. 14 Aug, 2015 1 commit
    • Rubin Xu's avatar
      Fix NullPointerException when showing DeleteManagedProfileDialog · eb18ce02
      Rubin Xu authored
      If the device has a managed profile but the corresponding DPC is removed
      from primary user, show default DPC icon and name instead of crashing
      NullPointerException when starting ManagedProvisioning and asking user
      to confirm deleting existing profile.
      
      Bug: 23204984
      Change-Id: I5e75c2883148b743b842568ff33ae43e3016d784
      eb18ce02
  3. 05 Aug, 2015 1 commit
  4. 04 Aug, 2015 2 commits
  5. 03 Aug, 2015 1 commit
  6. 01 Aug, 2015 1 commit
  7. 30 Jul, 2015 2 commits
  8. 29 Jul, 2015 3 commits
  9. 28 Jul, 2015 3 commits
    • Nicolas Prevot's avatar
      Update the user consent string for device owner provisioning flow. · d00e637d
      Nicolas Prevot authored
      BUG:22791226
      Change-Id: Ic826f6eca1f71921ac030f1a27d63a0344f1e803
      d00e637d
    • Jukka Zitting's avatar
      Increase Wi-Fi connection timeout from 30 to 60 seconds · 84c3b8f5
      Jukka Zitting authored
      In our reliability testing lab we're seeing around 2% of provisioning
      attempts fail because of Wi-Fi connection timeouts. In these somewhat
      rare cases establishing the connection takes more than 30 seconds,
      which causes the "Couldn't connect to Wi-Fi" dialog to pop up a few
      seconds before the connection actually does come up.
      
      This change reduces the rate of this false positive to less than 0.1%
      in our test environment (failure rate at 45s would be about 0.5%),
      and should improve the experience of the unlucky users who otherwise
      would hit this issue. The downside is that users with incorrect Wi-Fi
      settings will have to wait a bit longer before encountering this error.
      
      Bug: 22770007 - AddWifiNetworkTask times out too soon
      Change-Id: Icb07d29fbc603901839bc067abd1b2f590d23bcb
      84c3b8f5
    • Alan Treadway's avatar
  10. 22 Jul, 2015 2 commits
  11. 21 Jul, 2015 1 commit
  12. 18 Jul, 2015 1 commit
  13. 17 Jul, 2015 1 commit
  14. 16 Jul, 2015 1 commit
  15. 15 Jul, 2015 1 commit
  16. 14 Jul, 2015 1 commit
  17. 13 Jul, 2015 3 commits
  18. 11 Jul, 2015 1 commit
  19. 10 Jul, 2015 2 commits
  20. 09 Jul, 2015 3 commits
  21. 08 Jul, 2015 3 commits
  22. 07 Jul, 2015 2 commits
  23. 06 Jul, 2015 2 commits
  24. 03 Jul, 2015 1 commit
    • Nicolas Prevot's avatar
      Also fetch disabled activities when disabling system apps. · 3bcd298a
      Nicolas Prevot authored
      Before this cl: when creating a work profile inside ManagedProvisioning:
      If a system app had an activity with a launcher icon, but this activity
      was disabled, the system app would be installed inside the work profile.
      It must not be.
      
      BUG:21762028
      Change-Id: I9cb208ed468399b263d84f28106bf2f50dd7cb24
      3bcd298a