android: bugfix. export main activity to make it startable from notification.

This commit is contained in:
Joachim Fritzsch 2014-02-04 11:00:18 +01:00
parent c22e57f418
commit f07baff34c
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@
<activity
android:name="edu.berkeley.boinc.BOINCActivity"
android:label="@string/app_name"
android:launchMode="singleTop" >
android:launchMode="singleTop"
android:exported="true" >
</activity>
<activity android:name="edu.berkeley.boinc.AttachProjectListActivity" >
<meta-data