Hi,
I have a test project that mocks out a bunch of locations and sends
them through my application project. I don't want my application to
include the ACCESS_MOCK_LOCATION permission so I wanted to include it
in the Test project. This seems to not give me the expected result as
I always get a permission error for ACCESS_MOCK_LOCATION when I set a
TestLocationProvider using the instrumentation Context. Has anyone
experienced the same or know how to allow such injection? Or do I
really just have to keep manually editing the App manifest before it
is launched?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to