From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../src/main/res/xml/fxaccount_authenticator.xml | 11 ++ .../src/main/res/xml/fxaccount_options.xml | 18 +++ .../main/res/xml/fxaccount_status_prefscreen.xml | 142 +++++++++++++++++++++ .../src/main/res/xml/fxaccount_syncadapter.xml | 12 ++ 4 files changed, 183 insertions(+) create mode 100644 mobile/android/services/src/main/res/xml/fxaccount_authenticator.xml create mode 100644 mobile/android/services/src/main/res/xml/fxaccount_options.xml create mode 100644 mobile/android/services/src/main/res/xml/fxaccount_status_prefscreen.xml create mode 100644 mobile/android/services/src/main/res/xml/fxaccount_syncadapter.xml (limited to 'mobile/android/services/src/main/res/xml') diff --git a/mobile/android/services/src/main/res/xml/fxaccount_authenticator.xml b/mobile/android/services/src/main/res/xml/fxaccount_authenticator.xml new file mode 100644 index 000000000..7b004e209 --- /dev/null +++ b/mobile/android/services/src/main/res/xml/fxaccount_authenticator.xml @@ -0,0 +1,11 @@ + + + + diff --git a/mobile/android/services/src/main/res/xml/fxaccount_options.xml b/mobile/android/services/src/main/res/xml/fxaccount_options.xml new file mode 100644 index 000000000..449fc0545 --- /dev/null +++ b/mobile/android/services/src/main/res/xml/fxaccount_options.xml @@ -0,0 +1,18 @@ + + + + + + + + + + diff --git a/mobile/android/services/src/main/res/xml/fxaccount_status_prefscreen.xml b/mobile/android/services/src/main/res/xml/fxaccount_status_prefscreen.xml new file mode 100644 index 000000000..570e362cc --- /dev/null +++ b/mobile/android/services/src/main/res/xml/fxaccount_status_prefscreen.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/android/services/src/main/res/xml/fxaccount_syncadapter.xml b/mobile/android/services/src/main/res/xml/fxaccount_syncadapter.xml new file mode 100644 index 000000000..761920667 --- /dev/null +++ b/mobile/android/services/src/main/res/xml/fxaccount_syncadapter.xml @@ -0,0 +1,12 @@ + + + + -- cgit v1.2.3