From f987ef8f1350ced9d030ff91ce3c8be3943ad84a Mon Sep 17 00:00:00 2001 From: Martin Hibdon Date: Wed, 24 Sep 2014 11:40:14 -0700 Subject: [PATCH] Add ability to clear migration state to debug screen This makes it a lot easier to test migration code. Change-Id: I22de8c06c34964b8eb7182571094e54f04d739b8 --- res/layout/debug.xml | 8 +++++++- res/values/strings.xml | 2 ++ .../android/email/activity/setup/DebugFragment.java | 10 ++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/res/layout/debug.xml b/res/layout/debug.xml index 0a45f724c..58db7c952 100644 --- a/res/layout/debug.xml +++ b/res/layout/debug.xml @@ -42,7 +42,13 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/debug_clear_webview_cache" - /> + /> +