AndroidManifest.xml
changeset 934 53e19596d22c
parent 932 cdbfa28949bb
child 935 5801f1f5f0bd
equal deleted inserted replaced
933:20b3b1db3d29 934:53e19596d22c
    63                 <category android:name="android.intent.category.DEFAULT" />
    63                 <category android:name="android.intent.category.DEFAULT" />
    64 
    64 
    65                 <data
    65                 <data
    66                     android:host="jabber"
    66                     android:host="jabber"
    67                     android:scheme="imto" />
    67                     android:scheme="imto" />
       
    68             </intent-filter>
       
    69         </activity>
       
    70         <activity
       
    71             android:label="@string/chat_name"
       
    72             android:launchMode="singleTop"
       
    73             android:name=".ui.MucChat" >
       
    74             <intent-filter android:label="Beem Connection" >
       
    75                 <action android:name="com.beem.project.beem.service.XmppConnectionAdapter.CONNECTION_CLOSED" />
    68             </intent-filter>
    76             </intent-filter>
    69         </activity>
    77         </activity>
    70         <activity
    78         <activity
    71             android:label="@string/ChangeStatusActTitle"
    79             android:label="@string/ChangeStatusActTitle"
    72             android:launchMode="singleTask"
    80             android:launchMode="singleTask"