Hi,
Here my scenario is something like i developed am android application which requires login authentication from user before performing any further operations,but i found that for instrumaentation testing they use commands like
am start <packagename> <activity name>
to start a particular activity,which makes my application insecure so i needs a solution to avoid this,because i saw in instrumentation testing they will have different testcases for different activities where this above command comes into picture to do undergo testing on that particular activity.
i am running on this quite for a long time.so your ideas wiull be appreciated
banu


