SDL_Android/SmartDeviceLinkAndroidProxy - added the correct version of the proxy
[profile/ivi/smartdevicelink.git] / SDL_Android / LivioTesterApp / bin / AndroidManifest.xml
index 0aae1d7..2fb7ec1 100644 (file)
@@ -13,6 +13,9 @@
     <!-- Required to make the device stay awake while doing XML tests -->
     <uses-permission android:name="android.permission.WAKE_LOCK" />
     <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+    <!-- Required to determine WiFi state and enable it if necessary -->
+    <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
+    <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
 
     <uses-sdk
         android:minSdkVersion="11"