-2

Is there any way to tell if an app has been used on an android phone?

I am specifically interested in the camera and gallery functions. I believe my roommate went through my photos without asking, and I've tried to view the cache for the gallery app but can't seem to figure out how to do it. Am I even on the right track? He had it for a twenty minute interval, and I want to see if the gallery was accessed during that period of time. Thanks in advance.

Hans1984
  • 796
  • 11
  • 24
  • This doesn't appear to be a programming related problem, unless you wise to program a solution. You may wish to ask your question on [Android Enthusiasts SE](http://android.stackexchange.com/) – Tas Jul 29 '15 at 03:00

1 Answers1

0

Android L(5.0) added usage statistics APIs. You could write a simple app that checks the timestamps of usage of the gallery application or there might already be one on the app store. It looks like there's a fair number on the App Store that provide this functionality but I didn't install any to find out.

Trevor Carothers
  • 2,250
  • 11
  • 19