From cdd5858e481fb0087c40c5997a9fa1446b326165 Mon Sep 17 00:00:00 2001 From: Wenchao Tong Date: Wed, 18 Jun 2014 12:59:21 -0700 Subject: [PATCH] Changes in framework for WIFI_CREDENTIAL_CHANGE broadcast. [DO NOT MERGE] * Only allow system app to send/receive WIFI_CREDENTIAL_CHANGE. * Define constants in WifiManager. Bug: 15703353 Change-Id: I4bcc6bc82ec01952500eef3965cf81116bba693d (cherry picked from commit f4a43f196e1132968a8add60efa4ae4558f8b010) --- core/res/AndroidManifest.xml | 14 ++++++++++++ wifi/java/android/net/wifi/WifiManager.java | 25 ++++++++++++++++++++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 350660b95c80b..a7dba6607068a 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -235,6 +235,7 @@ + @@ -805,6 +806,19 @@ android:description="@string/permdesc_changeWifiState" android:label="@string/permlab_changeWifiState" /> + + + + + +