Add install support for WIFI UID
Bug: 8472221 Change-Id: If203760fc960b4d8987d745e49ef1d4355c45adf
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user