equal
deleted
inserted
replaced
30 android:launchMode="singleTask" /> |
30 android:launchMode="singleTask" /> |
31 |
31 |
32 <activity android:name=".ui.GroupList" android:label="GroupList" /> |
32 <activity android:name=".ui.GroupList" android:label="GroupList" /> |
33 <activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" /> |
33 <activity android:name=".ui.PrivacyList" android:label="@string/privacy_list_name" /> |
34 |
34 |
|
35 <!-- MemorizingTrustManagerActivity --> |
|
36 <activity android:name="de.duenndns.ssl.MemorizingActivity" /> |
35 <!-- |
37 <!-- |
36 Could be interesting if we would launch beem at startup <receiver |
38 Could be interesting if we would launch beem at startup <receiver |
37 android:name=".tool.BeemBroadcastReceiver" android:enabled="true"> |
39 android:name=".tool.BeemBroadcastReceiver" android:enabled="true"> |
38 <intent-filter> <action |
40 <intent-filter> <action |
39 android:name="android.intent.action.BOOT_COMPLETED" /> |
41 android:name="android.intent.action.BOOT_COMPLETED" /> |