android.intent.action.SERVICE_STATE  was the one i was looking for.

On Apr 13, 6:15 pm, zero <[EMAIL PROTECTED]> wrote:
> Hi all
> I'm trying to get a notification if the phone goes into roaming mode
> via the data connection state changed intent.
> I wrote a IntentReceiver and added this to the manifest
>                 <receiver android:name=".news.services.RoamingWatcher">
>                  <intent-filter>
>                    <action android:name="android.intent.action.DATA_STATE" /
>
>                  </intent-filter>
>                 </receiver>
>
> i try to change the state via the console by typing
> gsm data roaming
> gsm voice roaming (not supposed to work, but tryed it anyhow)
> but nothing happens.
>
> what am i missing ?
>
> thanx
> zero
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to