Skip to content

Commit

Permalink
Add WIFI_CHANGE permission.
Browse files Browse the repository at this point in the history
Allows us to set the regulatory-doamin dictated allowed-channels param based on the carrier and/or MCC (when known).
Part of the fix for 1625953.
  • Loading branch information
Robert Greenwalt committed May 21, 2009
1 parent 834710a commit 63a9b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<uses-permission android:name="android.permission.WRITE_APN_SETTINGS" />
<uses-permission android:name="android.permission.BROADCAST_SMS"/>
<uses-permission android:name="android.permission.BROADCAST_WAP_PUSH"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>

<application android:name="PhoneApp"
android:persistent="true"
Expand Down

0 comments on commit 63a9b13

Please sign in to comment.