From 40f7d44cac7589e987cdfb7ca2d852ed8c46c908 Mon Sep 17 00:00:00 2001 From: Robert Greenwalt Date: Fri, 30 Jul 2010 16:14:18 -0700 Subject: [PATCH] Add testing features to devtools Fixed manifest with missing permission. Added some connectivity api-tweakers Change-Id: I10007938e28e8c0f550ae78a7cd6df4a817a8800 --- apps/Development/AndroidManifest.xml | 1 + apps/Development/res/layout/connectivity.xml | 68 ++- apps/Development/res/values/strings.xml | 8 + .../com/android/development/Connectivity.java | 426 +++++++++++++----- 4 files changed, 383 insertions(+), 120 deletions(-) diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml index 981d5065c..827b57a7c 100644 --- a/apps/Development/AndroidManifest.xml +++ b/apps/Development/AndroidManifest.xml @@ -18,6 +18,7 @@ package="com.android.development" android:versionCode="1" android:versionName="1.0"> + diff --git a/apps/Development/res/layout/connectivity.xml b/apps/Development/res/layout/connectivity.xml index 612304fa7..ff0c6ea6b 100644 --- a/apps/Development/res/layout/connectivity.xml +++ b/apps/Development/res/layout/connectivity.xml @@ -17,12 +17,14 @@ ** limitations under the License. */ --> - + + - + + +