On Fri, Feb 27, 2009 at 8:33 AM, Graeme <graeme.br...@btinternet.com> wrote:
>
> H'mmm
>
> I tried adding the following to my AndroidManifest.xml
>
> <?xml version="1.0" encoding="utf-8"?>
> <manifest xmlns:android="http://schemas.android.com/apk/res/android";
>      package="com.bt.btinnovate.android.photoobserver"
>      android:versionCode="1"
>      android:versionName="1.0.0">
>
>   <uses-permission
> android:name="android.permission.RECEIVE_BOOT_COMPLETED">
>
>    <application android:icon="@drawable/icon" android:label="@string/
> app_name">
>        <receiver       android:enabled="true"
>                                android:name=".MyReceiver"
>                                
> android:permission="android.permission.RECEIVE_BOOT_COMPLETE"
>>
>                <intent-filter>
>                        <action 
> android:name="android.intent.action.BOOT_COMPLETE"/>

That should be "android.intent.action.BOOT_COMPLETED"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to