From 8501840869111d20e324ba3bfd7a5e5ebe9c0f1c Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 17 Dec 2014 13:07:04 +0900 Subject: [PATCH] Add a button to the debug app to call reportBadNetwork. Bug: 18777225 Change-Id: I964f3deb60ea509dfb647a01d2b7b357dd47209b --- apps/Development/res/layout/connectivity.xml | 10 ++++++++++ apps/Development/res/values/strings.xml | 2 ++ .../src/com/android/development/Connectivity.java | 12 ++++++++++++ 3 files changed, 24 insertions(+) diff --git a/apps/Development/res/layout/connectivity.xml b/apps/Development/res/layout/connectivity.xml index 2aaf6c61f..d23a6b1b9 100644 --- a/apps/Development/res/layout/connectivity.xml +++ b/apps/Development/res/layout/connectivity.xml @@ -270,6 +270,16 @@ android:layout_height="wrap_content" android:text="@string/stop_hipri" /> + +