Fixed binding issue.
Updating cert and key for EAP-TLS during remediation.
Fixed WNM remediation logic.

Bug=28885285
Bug=27485600
Bug=27485524

Change-Id: I1272d8d004a8fd9853f80e951531c0b67ddf34e3
diff --git a/packages/Osu/AndroidManifest.xml b/packages/Osu/AndroidManifest.xml
index fa9a656..b804739 100644
--- a/packages/Osu/AndroidManifest.xml
+++ b/packages/Osu/AndroidManifest.xml
@@ -29,7 +29,7 @@
     <uses-permission android:name="android.permission.INTERNET" />
 
     <application
-	android:enabled="true"
+    android:enabled="true"
         android:allowBackup="true"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/app_name"
@@ -46,10 +46,10 @@
         </activity>
         <activity android:name="com.android.hotspot2.osu.OSUWebView">
         </activity>
-	<service android:name=".app.OSUService">
-	</service>
-	<service android:name=".flow.FlowService" android:process=":osuflow">
-	</service>
+        <service android:name=".app.OSUService" android:directBootAware="true">
+        </service>
+        <service android:name=".flow.FlowService" android:process=":osuflow">
+        </service>
     </application>
 
 </manifest>