diff options
| author | Pierre Vandwalle <vandwalle@google.com> | 2015-06-18 23:13:17 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-18 23:13:19 +0000 |
| commit | 0b00db8eebd3b677c1d9190061d0d97dd672976e (patch) | |
| tree | 3fcc967b2763cfac3ca58df5fd022697e394d134 /core | |
| parent | e5bce22dc098d5da9ff573f4aac812272de3c0af (diff) | |
| parent | b6ca937abeb145ec0e39073aaa72bfb769160704 (diff) | |
Merge "create Wifi PNO ALARM intent" into mnc-dev
Diffstat (limited to 'core')
| -rw-r--r-- | core/res/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 0ebbe5dae467..c2e8c8b19da3 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -242,6 +242,7 @@ <protected-broadcast android:name="android.intent.action.DATA_CONNECTION_CONNECTED_TO_PROVISIONING_APN" /> <protected-broadcast android:name="com.android.server.WifiManager.action.START_SCAN" /> + <protected-broadcast android:name="com.android.server.WifiManager.action.START_PNO" /> <protected-broadcast android:name="com.android.server.WifiManager.action.DELAYED_DRIVER_STOP" /> <protected-broadcast android:name="android.net.wifi.WIFI_STATE_CHANGED" /> <protected-broadcast android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" /> |
