score:1

Accepted answer

your receiver is not using the full path. try changing the declaration from:

<receiver android:name=".osbootreceiver" >
    ...
</receiver>

to:

<receiver android:name="com.seafile.seadroid2.osbootreceiver" >
    ...
</receiver>

i've found that eclipse will only respond to a ctrl-click in a manifest file if the name is fully qualified.

score:0

controls if all the check are enabled.

see

general > editors > text editors > hyperlinking preference page.


Related Query

More Query from same tag