Added helper app to work around the issue of lost credentials at boot time affecting...
[pub/Android/ownCloud.git] / oc_jb_workaround / res / xml / authenticator.xml
diff --git a/oc_jb_workaround/res/xml/authenticator.xml b/oc_jb_workaround/res/xml/authenticator.xml
new file mode 100644 (file)
index 0000000..a62aa21
--- /dev/null
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
+                       android:accountType="owncloud"
+                       android:icon="@drawable/oc_icon"
+                       android:label="@string/app_name"
+                       android:smallIcon="@drawable/oc_icon">  
+</account-authenticator>
\ No newline at end of file