android - Restore APNs when app uninstalled -
afaik there absolutely no way detect moment when app gets uninstalled.
i writing app should among else toggle on/off 3g data. went ok before 2.3 itelephony
reflection calls, android 2.3 not possible.
so had resort apndroid-style way of adding suffixes apns in content://telephony/carriers
. seems work, stumble on same problem apndroid has: since can't detect when app removed, suffixes remain if user first turns off 3g app , uninstalls app.
this ugly , dangerous solution, because end user may left apns broken.
it's possible detect uninstallation application, how 1 force user install application monitor first one? seems there no way 2.3 on write 3g-managing app.
any ideas?
afaik there absolutely no way detect moment when app gets uninstalled.
correct.
i writing app should among else toggle on/off 3g data. went ok before 2.3 itelephony reflection calls, android 2.3 not possible.
which means should not implementing app sdk application. should have not implemented app using "itelephony
reflection calls", either.
this ugly , dangerous solution, because end user may left apns broken.
which means should not implementing app sdk application.
how 1 force user install application monitor first one?
you can't.
it seems there no way 2.3 on write 3g-managing app.
correct.
you welcome try contribute changes aosp settings application, or create new firmware application, offers features seek.
Comments
Post a Comment