mirror of https://github.com/BOINC/boinc.git
android: bugfix. export main activity to make it startable from notification.
This commit is contained in:
parent
c22e57f418
commit
f07baff34c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue