AndroidManifest.xml
changeset 945 89f1be755b8d
parent 940 b8e23e8da2f7
child 946 7caab0161cf9
equal deleted inserted replaced
944:31af5f8f9015 945:89f1be755b8d
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     3     package="com.beem.project.beem"
     3     package="com.beem.project.beem"
     4     android:versionCode="7"
     4     android:versionCode="-1"
     5     android:versionName="0.1.5" >
     5     android:versionName="0.2.0" >
     6 
     6 
     7     <application
     7     <application
     8         android:name=".BeemApplication"
     8         android:name=".BeemApplication"
     9         android:icon="@drawable/beem_launcher_icon_silver"
     9         android:icon="@drawable/beem_launcher_icon_silver"
    10         android:label="@string/app_name"
    10         android:label="@string/app_name"
   137             <intent-filter android:label="Beem Connection" >
   137             <intent-filter android:label="Beem Connection" >
   138                 <action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
   138                 <action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
   139             </intent-filter>
   139             </intent-filter>
   140         </activity>
   140         </activity>
   141         <activity
   141         <activity
   142             android:name="com.beem.project.beem.account.ManageAccountsSettings"
   142             android:name=".account.ManageAccountsSettings"
   143             android:label="Sync Settings" >
   143             android:label="Sync Settings" >
   144         </activity>
   144         </activity>
   145         <!--
   145         <!--
   146 			Could be interesting if we would launch beem at startup <receiver
   146 			Could be interesting if we would launch beem at startup <receiver
   147 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
   147 			android:name=".tool.BeemBroadcastReceiver" android:enabled="true">
   189             <meta-data
   189             <meta-data
   190                 android:name="android.provider.CONTACTS_STRUCTURE"
   190                 android:name="android.provider.CONTACTS_STRUCTURE"
   191                 android:resource="@xml/contacts" />
   191                 android:resource="@xml/contacts" />
   192         </service>
   192         </service>
   193         <service
   193         <service
   194             android:name="BeemService"
   194             android:name=".BeemService"
   195             android:enabled="true"
   195             android:enabled="true"
   196             android:label="Beem Service"
   196             android:label="Beem Service"
   197             android:permission="com.beem.project.beem.BEEM_SERVICE" >
   197             android:permission="com.beem.project.beem.BEEM_SERVICE" >
   198             <intent-filter>
   198             <intent-filter>
   199                 <action android:name="com.beem.project.beem.BeemService" />
   199                 <action android:name="com.beem.project.beem.BeemService" />