Disabling Notification for GPRS Connection

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I am developing an Application for Windows mobile 5.0
The applcation connects to GPRS.

But each time it connects to the GPRS it shows an Notification saying
"Connecting to ...."

Is there anyway that i can disable this notification or hide from the user.

Thanks,
Murthy
 
Hi,
I am developing an Application for Windows mobile 5.0
The applcation connects to GPRS.

But each time it connects to the GPRS it shows an Notification saying
"Connecting to ...."

Is there anyway that i can disable this notification or hide from the user.

Thanks,
Murthy

Look in

Settings => Sounds & Notifications => Notifications = > Connection
Established

You can disable it via the UI this way , but the value is also stored
in the registry somewhere (I can't remember exactly where) and you
could get your App to switch it off when it starts.
 
Back
Top