Add install support for WIFI UID

Bug: 8472221
Change-Id: If203760fc960b4d8987d745e49ef1d4355c45adf
This commit is contained in:
Irfan Sheriff
2013-03-29 11:15:07 -07:00
parent 899e4f27f1
commit 0f41b49d1f
5 changed files with 19 additions and 1 deletions

View File

@@ -819,7 +819,7 @@ public class WifiConfigController implements TextWatcher,
private void loadCertificates(Spinner spinner, String prefix) {
final Context context = mConfigUi.getContext();
String[] certs = KeyStore.getInstance().saw(prefix);
String[] certs = KeyStore.getInstance().saw(prefix, android.os.Process.WIFI_UID);
if (certs == null || certs.length == 0) {
certs = new String[] {unspecifiedCert};
} else {