equal
deleted
inserted
replaced
48 |
48 |
49 <activity android:name=".ui.ContactList" android:label="@string/contact_list_name" |
49 <activity android:name=".ui.ContactList" android:label="@string/contact_list_name" |
50 android:launchMode="singleTask" /> |
50 android:launchMode="singleTask" /> |
51 |
51 |
52 <activity android:name=".ui.GroupList" android:label="GroupList" /> |
52 <activity android:name=".ui.GroupList" android:label="GroupList" /> |
53 <activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" /> |
|
54 |
53 |
55 <!-- MemorizingTrustManagerActivity --> |
54 <!-- MemorizingTrustManagerActivity --> |
56 <activity android:name="de.duenndns.ssl.MemorizingActivity" /> |
55 <activity android:name="de.duenndns.ssl.MemorizingActivity" /> |
57 <!-- |
56 <!-- |
58 Could be interesting if we would launch beem at startup <receiver |
57 Could be interesting if we would launch beem at startup <receiver |