From acbac8cdfeee704af0277a4579faa864b0ca20e0 Mon Sep 17 00:00:00 2001 From: Paul Lawrence Date: Mon, 2 Nov 2015 12:42:42 -0800 Subject: [PATCH] Add developer option to convert from FDE to FBE This set of changes adds the screen that offers this conversion, and the plumbing so the option is only available on suitable devices. It does not implement the conversion mechanism. Change-Id: I3c84dd40dfcb0e00dadbab54ba0e56e1ccb11ed8 --- res/layout/convert_fbe.xml | 46 +++++++++++++++++++ res/values/strings.xml | 12 +++++ res/xml/development_prefs.xml | 6 +++ .../android/settings/DevelopmentSettings.java | 12 +++++ .../settings/applications/ConvertToFBE.java | 45 ++++++++++++++++++ 5 files changed, 121 insertions(+) create mode 100644 res/layout/convert_fbe.xml create mode 100644 src/com/android/settings/applications/ConvertToFBE.java diff --git a/res/layout/convert_fbe.xml b/res/layout/convert_fbe.xml new file mode 100644 index 00000000000..4a9d7c05d11 --- /dev/null +++ b/res/layout/convert_fbe.xml @@ -0,0 +1,46 @@ + + + + + + + + +