I am trying to enable/disable mobile data.
First, is it possible to implement this?
I am gone through the below link
How to disable Mobile Data on Android
Enable/disable data connection in android programmatically
But I am not getting the right way to implement this.
Getting InvocationTargetException and not able to add MODIFY_PHONE_STATE also in android manifest file as it is a system-only permission.
And from forum I came to know that it was deprecated after Gingerbread.
How do I need to implement this?