- 27 Mar, 2013 1 commit
-
-
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
-
- 21 Mar, 2013 1 commit
-
-
Fabrice Di Meglio authored
- update PackageInstaller layouts for supporting RTL - enable RTL support by adding android:supportsRtl="true" in the AndroidManifest Change-Id: I656ff6771a2f2e684e3c6e7a1302a864b12f6187
-
- 01 Nov, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: I80a07a30cb452eee61e0838b5133559bb1f10d6f
-
- 19 Sep, 2012 1 commit
-
-
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
-
- 01 Aug, 2012 1 commit
-
-
Jeff Sharkey authored
They aren't supported internally. Bug: 6343461 Change-Id: Idee9ceb7fa4acd9a576df1768f905fc6664fa23b
-
- 24 May, 2012 1 commit
-
-
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
-
- 12 May, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: Ifbf8a6c7615472ddc66ebea87f18166b49773a8b
-
- 04 May, 2012 1 commit
-
-
Dianne Hackborn authored
Change-Id: I5d4691f8a23e90265eaaaea15950affdcb8dc9b6
-
- 30 Apr, 2012 1 commit
-
-
felipeal authored
Bug: 6180371 Change-Id: Ib66f2efc352dd87b462e688522f7187fce2c9889
-
- 17 Apr, 2012 2 commits
-
-
content://-styleJeff Sharkey authored
Internally using PackageParser, which needs raw files. Tried making local copy of incoming files, but ran into 6347522. Instead, stop advertising support for content://-style Uris. Bug: 6343461 Change-Id: Ia57ffa56876f38db359e618d9a2c1116c71f56f2
-
Jeff Sharkey authored
Many install requests point to APK file://-style Uris on external storage, so add permission. Bug: 6343461 Change-Id: Ifc609155836fb6cd644b014b0f05d6fdac42107a
-
- 10 Apr, 2012 1 commit
-
-
Danesh Mondegarian authored
Currently an orientation change restarts the installation. This is due to screenSize being required on anything API level 13 or higher Change-Id: I730ee7bde024f41cfa6bc859b1665ebb5ae7e332
-
- 17 Oct, 2011 1 commit
-
-
Peter Ng authored
Bug: 5361373 Change-Id: I6e5e1271013130d3bb7e6fa3acd59db5eff2cc37
-
- 11 Aug, 2011 1 commit
-
-
Dianne Hackborn authored
Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
-
- 22 Jul, 2011 1 commit
-
-
Christopher Tate authored
Change-Id: I10f62b8b4809dcab5056b97be42cfe9cef714f1a
-
- 10 Jan, 2011 1 commit
-
-
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
-
- 09 Jan, 2011 1 commit
-
-
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
-
- 03 Sep, 2010 1 commit
-
-
Patrick Dubroy authored
Also, switch to using standard fat title bar.
-
- 16 Mar, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I3735873e6f885cfbbd5e0f7731c47e2089941c92
-
- 11 Feb, 2010 1 commit
-
-
Jeff Hamilton authored
Change-Id: I831605186fb1a0244d7c2da9e72850ae1644c570
-
- 12 Jan, 2010 1 commit
-
-
The Android Open Source Project authored
-
- 13 Nov, 2009 1 commit
-
-
Jean-Baptiste Queru authored
-
- 12 Nov, 2009 1 commit
-
-
Suchi Amalapurapu authored
-
- 29 Sep, 2009 1 commit
-
-
Suchi Amalapurapu authored
Clear installer's user data before downloading an app so that we get rid of any lingering files from earlier failed installs or files left behind by earlier buggy builds Add permission to AndroidManifest to clear user data
-
- 14 Sep, 2009 1 commit
-
-
Suchi Amalapurapu authored
Finish UninstallerActivity after starting subactivity to actually uninstall which indicates progress etc., If not, the UninstallerActivity is again displayed after finishing off uninstallation. Remove entries from manifest that are no longer part of code base
-
- 04 Mar, 2009 2 commits
-
-
The Android Open Source Project authored
-
The Android Open Source Project authored
-
- 18 Dec, 2008 1 commit
-
-
The Android Open Source Project authored
-
- 21 Oct, 2008 1 commit
-
-
The Android Open Source Project authored
-