Hi,

I'm trying to write an Activity to replace system's update activity.

In the manifest I have the following entry:

<activity android:name=".UpdateProcessActivity"
android:launchMode="singleTask">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
            <intent-filter>
                <action
android:name="android.settings.SYSTEM_UPDATE_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
</activity>


On the emulator, if I go to Settings > About Phone > System updates, my
activity is launched, but on my ADP1, if I follow the very same steps, the
default activy appears (the one that shows 'Your system is currently up to
date').

Does anyone know why is this happening and how to solve it?

Thanks,
---
sergi.ve...@gmail.com
["In theory, theory and practice are the same. In practice, they are not."]

--~--~---------~--~----~------------~-------~--~----~
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