History log of /packages/apps/CertInstaller/AndroidManifest.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9a9e51727a5cdaf3ac10c98e1ea4661bc13a11c7 30-Jan-2017 Peter Qiu <zqiu@google.com> WifiInstaller: add permission for access downloaded files

The previous fix for the security vulnerability b/33178389
add the code to drop the downloaded installation file but
forget to update the manifest for additional permission. This
omission was due to that the original fix was merged from
mnc-dev, which doesn't have such permission requirement.

So add the required permission for deleting downloaded
installation file.

Bug: 33178389
Test: Verify WifiInstaller works and not crashing due permission
denied exception

Change-Id: I987ad73dde0e3cc5b920cd08830dd065c47be402
/packages/apps/CertInstaller/AndroidManifest.xml
38856d6bd1acc648b18aceb9af4d68e25f314fb6 13-Apr-2016 Victor Chang <vichang@google.com> Approve CA certs automatically in CertInstaller

- Since the cert is installed by real user, the cert is approved by the user
- It avoids cert pending approval notification posted by DPM
- Also, show screenlock only it has ca certs

Test:
- if no screenlock, it doesn't ask user to unlock. User will be asked to set a screenlock after naming the cert
- work chanllenge is shown if the cert is installed from work profile

Bug: 28161447

Change-Id: I3eea305fc6d8023f7a30a1644b7b0c2a873a3b75
/packages/apps/CertInstaller/AndroidManifest.xml
66177c3dfd449df65b3fdafdd2921c38c6385db4 23-Jun-2015 Sanket Padawe <sanketpadawe@google.com> Add dialog when installing HS 2.0 credentials while wifi is off.

Bug: 22010833
Change-Id: Ic59fbf7ec197bc4431508c7d1d495c047c0e20cc
/packages/apps/CertInstaller/AndroidManifest.xml
122def31973a25d878f33ce59288792aea27a32d 14-May-2015 Sanket Padawe <sanketpadawe@google.com> Hotspot 2.0 credential UI code

Bug: 20182930
Change-Id: Iaac91833555f399acf8746ba11dd3007022205bd
/packages/apps/CertInstaller/AndroidManifest.xml
994932f1949316fe5520d6c690e6bd9b49b88ba6 26-Mar-2015 Jan Nordqvist <jannq@google.com> Basic WiFi config installer app.

Change-Id: I12e26955f4057db7a1772eacfec6ce9fa58f4437
/packages/apps/CertInstaller/AndroidManifest.xml
e474207f4b075d17912d4316974ff628efad60ac 07-Jan-2014 hanpengx <pengfeix.han@intel.com> Prevent CertInstallerMain from being recreated upon screenSize change

Steps to Reproduce on Nexus 10:
1.Enter Settings app->Wi-Fi.
2.Tap options menu and select "Advanced" item.
3.Tap "Install certificates" item.
4.Rotate the device.
5.Two instances of DocumentsActivity will be created.

In step 3, Settings app will start CertInstallerMain Activity(invisible)
when user want to install certificates, then CertInstallerMain
will start DocumentsActivity with action Intent.ACTION_OPEN_DOCUMENT to
open document in its onCreate() method. When user rotate the screen, the
configuration screenSize will change, then the CertInstallerMain
will be destroyed and recreated, the DocumentsActivity will be created
again in onCreate() method of CertInstallerMain.

Change-Id: I0d31b9936aa158afbea6f426b5216fad50e6b237
Signed-off-by: hanpengx <pengfeix.han@intel.com>
Signed-off-by: Guobin Zhang <guobin.zhang@intel.com>
/packages/apps/CertInstaller/AndroidManifest.xml
88ded90b784beb372c49b1187ee69bdd4595cd10 25-Oct-2013 Jeff Sharkey <jsharkey@android.com> Pick certificates using OPEN_DOC intent.

Instead of blindly scanning just primary internal storage, use the
new DocumentsUI intents to let the user select certificates from
any storage backend. This includes both primary and secondary
external storage devices.

Bug: 11354402
Change-Id: Ia0b4bf1b30c83eb1a64b070cd2f99ad5e6498786
/packages/apps/CertInstaller/AndroidManifest.xml
53622fc40b88047a1bc1f2dd6c97a5ad8e8c8f66 28-Mar-2013 Kenny Root <kroot@google.com> Add ability to install credentials as other UID

We need the ability to install from the system UID to wifi UID
to explicitly bind WiFi credentials to the WiFi profile. This adds the
ability for Wifi Settings to invoke installation of a PKCS12 file for
the wifi UID.

Bug: 8183258
Change-Id: I26970e563d68311b60dcdc78cd529322c5807368
/packages/apps/CertInstaller/AndroidManifest.xml
5163f464bcf58d8dc05c26aa5e1279a6da1b1ae3 22-Mar-2013 Kenny Root <kroot@google.com> Remove useless intent filters

It appears as though these activities had useless intent filters that
were not meant to be called from outside the package. They should only
be called from CertInstallerMain.

Change-Id: Ia111d9da9e6566f2176261c91043db8726fc6420
/packages/apps/CertInstaller/AndroidManifest.xml
c1615f66f7dbe5a76aefca862d96e0b5a6e123ff 22-Jul-2011 Ben Komalo <benkomalo@google.com> Handle VIEW intents for cert installer

Bug: 4556536
Change-Id: I1d3b8e4b80415e2df9dfe334f0d9e195ab0e19ff
/packages/apps/CertInstaller/AndroidManifest.xml
f6aa3146b6e757f19ab9e0ae2e83ff3ed5f4819e 23-Jul-2011 Christopher Tate <ctate@google.com> Ignore the cert installer for backup/restore purposes

Change-Id: Ic01c6e051eb57fcca2c2465b231b9a588951ec1e
/packages/apps/CertInstaller/AndroidManifest.xml
453d10c91d9fdb343545965c0a9effacea6a6f7a 06-Jan-2011 Chung-yih Wang <cywang@google.com> Fix the crash bug for CertInstaller.

bug:3290032
Change-Id: I2a1927d417c529967a78c7312485e36bc3349834
/packages/apps/CertInstaller/AndroidManifest.xml
a99720d90277157f9c0a2b19100ab9a36e597013 11-Feb-2010 Jeff Hamilton <jham@android.com> Add an original-package tag that matches the real package name.

Change-Id: I7bd9c5949d4b7f8e60ec15902d57cf0b14d9c9d5
/packages/apps/CertInstaller/AndroidManifest.xml
3e722cadf66802194267460fe5de77e6c18530eb 15-Oct-2009 Hung-ying Tyan <tyanh@google.com> An overhaul on certinstaller.

* Fix state handling, identifying first-time-only execution etc.
* Fix the case where more than one alias exists in a pkcs12 keystore.
(http://b/issue?id=2202474)
* Improve UX: go ahead to install when there's only one cert file on SD card.
* Improve UX: make background transparent when not browsing files.
* Break the code into multiple activies and helper classes.
/packages/apps/CertInstaller/AndroidManifest.xml
c87a48ac1c22403b690330f0cf7a1890f9a0c4eb 28-Sep-2009 Hung-ying Tyan <tyanh@google.com> Fix the issue where cert comes later than keypair.
/packages/apps/CertInstaller/AndroidManifest.xml
6765abbeac1c2902cc4efaa55ffefb9c3221fe0e 15-Sep-2009 Hung-ying Tyan <tyanh@google.com> Initial implementation of CertInstaller
/packages/apps/CertInstaller/AndroidManifest.xml