From 383b995ad4b19c057acbea02c0624d898a9a4438 Mon Sep 17 00:00:00 2001 From: Geoff Evans Date: Fri, 20 Sep 2013 10:12:28 +1200 Subject: [PATCH] Adds the ability to add an account using uri To fire event call xmppadd://add_account?username=username&password=password This will launch Add Account window and will add the data directley into the fields --- AndroidManifest.xml | 10 ++++++++-- src/com/xabber/android/ui/AccountAdd.java | 17 ++++++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 58a1bfebdf..1b61b9ddec 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -115,8 +115,14 @@ + android:theme="@style/Theme"> + + + + + +