This is related to my own question: LocationManager exception
Now that I do not have permission, one line of code gives me an exception:
Caused by: java.lang.IllegalArgumentException: Provider "gps" unknown at android.os.Parcel.readException(Parcel.java:1251) at android.os.Parcel.readException(Parcel.java:1235) at android.location.ILocationManager$Stub$Proxy.setTestProviderEnabled(ILocationManager.java:942)
EDIT: From what I read, I need to use Eclipse or DDMS. But I'm using IntelliJ. How can I make fun of places using my setup?
source share