1. 27 Mar, 2013 1 commit
    • Nick Kralevich's avatar
      PackageInstaller: add permission granting support · 292e4dab
      Nick Kralevich authored
      Add support to PackageInstaller for allowing the user to grant
      permissions to other apps. The user is involved in the decision,
      and can approve or reject permissions.
      
      Applications can make a request to PackageInstaller using something
      like the following code:
      
        private void onPromptPermissionsClicked(String... permissions) {
          Intent i = getActivity().getApplication()
                     .getPackageManager().requestPermission(permissions);
          startActivityForResult(i, 0);
        }
      
      This code reuses the sideloading upgrade flow when adding permissions,
      making the UI very familiar to someone who's sideloaded applications.
      Conceptually, we are treating a permission grant as a reinstall of the
      application with new permissions.
      
      Change-Id: Ia37f761e5574a490d1d37b9eb40cf5e77c928a40
      292e4dab
  2. 21 Mar, 2013 1 commit
  3. 01 Nov, 2012 1 commit
  4. 19 Sep, 2012 1 commit
    • Dianne Hackborn's avatar
      Allow side-loading of apps from other users. · aba0bed7
      Dianne Hackborn authored
      This will allow applications to do the desired bypass of downloading
      and re-installing an app if it is already installed on the device for
      another user.
      
      Change-Id: Ib2bc0f39bc6b495af653560cf13cb8477413186d
      aba0bed7
  5. 01 Aug, 2012 1 commit
  6. 24 May, 2012 1 commit
    • Adam Powell's avatar
      Update themes for PackageInstaller · 1a6e87f1
      Adam Powell authored
      Use DeviceDefault to better integrate with the host system.
      
      Use Dialog theme for all devices when uninstalling apps instead of
      DialogWhenLarge.
      
      Change-Id: Ia427c85c81bf175518d07cfef56de5816c052943
      1a6e87f1
  7. 12 May, 2012 1 commit
  8. 04 May, 2012 1 commit
  9. 30 Apr, 2012 1 commit
  10. 17 Apr, 2012 2 commits
  11. 10 Apr, 2012 1 commit
  12. 17 Oct, 2011 1 commit
  13. 11 Aug, 2011 1 commit
  14. 22 Jul, 2011 1 commit
  15. 10 Jan, 2011 1 commit
    • Kenny Root's avatar
      Change theme to DialogWhenLarge · 9fb403be
      Kenny Root authored
      Fix some layouts to correctly display as dialogs when using a large
      screen device. Still needs the WeightedLinearLayout trick.
      
      Bug: 3298362
      Change-Id: I76ad192ca8c27a0d9f4ce106dc4e1e922c01c02b
      9fb403be
  16. 09 Jan, 2011 1 commit
    • Kenny Root's avatar
      Do not show package installer in recent apps · 2244205c
      Kenny Root authored
      Due to confusion between "running" apps and "recent" apps, some users
      thought the package installer was continuously running and trying to
      reinstall applications. Removing the package installer activity from
      display in recent apps will clear up any confusion.
      
      Bug: 3179073
      Change-Id: I96b8fecb2810e8d8d843db5d032e9ddfd38fbc8f
      2244205c
  17. 03 Sep, 2010 1 commit
  18. 16 Mar, 2010 1 commit
  19. 11 Feb, 2010 1 commit
  20. 12 Jan, 2010 1 commit
  21. 13 Nov, 2009 1 commit
  22. 12 Nov, 2009 1 commit
  23. 29 Sep, 2009 1 commit
  24. 14 Sep, 2009 1 commit
  25. 04 Mar, 2009 2 commits
  26. 18 Dec, 2008 1 commit
  27. 21 Oct, 2008 1 commit