Revert "DevTools - add support for WifiScanner and Passpoint"

The commit has broken the build.

This reverts commit b06e03add7.

Change-Id: Id58a9535ecca86cf353e6e0921e3cdcb7ea2f127
This commit is contained in:
Marcin Kosiba
2014-08-04 11:10:45 +01:00
parent 9882ace93f
commit 036220cf33
3 changed files with 19 additions and 433 deletions

View File

@@ -29,7 +29,6 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
@@ -207,25 +206,6 @@
android:layout_marginLeft="14.5sp" />
</LinearLayout>
<!-- divider line -->
<View android:background="#FFFFFFFF"
android:layout_width="match_parent"
android:layout_height="3dip" />
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:id="@+id/startBackgroundScan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/start_background_scan" />
<Button android:id="@+id/stopBackgroundScan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/stop_background_scan" />
</LinearLayout>
<!-- divider line -->
<View android:background="#FFFFFFFF"
android:layout_width="match_parent"
@@ -360,46 +340,6 @@
android:layout_height="wrap_content"
android:text="@string/routed_socket_request" />
</LinearLayout>
<!-- divider line -->
<View android:background="#FFFFFFFF"
android:layout_width="match_parent"
android:layout_height="3dip" />
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:id="@+id/hs20_state"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_state" />
<Button android:id="@+id/hs20_scan"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_scan" />
<Button android:id="@+id/hs20_anqp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_anqp" />
</LinearLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button android:id="@+id/hs20_osu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_osu" />
<Button android:id="@+id/hs20_rem"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_rem" />
<Button android:id="@+id/hs20_match"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hs20_match" />
</LinearLayout>
</LinearLayout>
</ScrollView>