How can I see when an app was last used Android?
Android keeps a log of when an app (it’s component) was last used. You can head down to /data/system/usagestats/ using a file explorer with root access, or using adb. There would be a file named usage-history.Android keeps a log of when an app (it’s component) was last used. You can head down to /data/system/usagestats/ using a file explorer with root …