1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/res/xml/authenticator.xml Tue Feb 10 18:12:00 2015 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<!-- 1.6 +/** 1.7 + * Copyright (c) 2010, The Android Open Source Project 1.8 + * 1.9 + * Licensed under the Apache License, Version 2.0 (the "License"); 1.10 + * you may not use this file except in compliance with the License. 1.11 + * You may obtain a copy of the License at 1.12 + * 1.13 + * http://www.apache.org/licenses/LICENSE-2.0 1.14 + * 1.15 + * Unless required by applicable law or agreed to in writing, software 1.16 + * distributed under the License is distributed on an "AS IS" BASIS, 1.17 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1.18 + * See the License for the specific language governing permissions and 1.19 + * limitations under the License. 1.20 + */ 1.21 +--> 1.22 + 1.23 +<!-- The attributes in this XML file provide configuration information --> 1.24 +<!-- for the Account Manager. --> 1.25 + 1.26 +<account-authenticator xmlns:android="http://schemas.android.com/apk/res/android" 1.27 + android:accountType="org.gege.caldavsyncadapter.account" 1.28 + android:icon="@drawable/icon" 1.29 + android:smallIcon="@drawable/icon" 1.30 + android:label="@string/label" 1.31 +/>