I'm developing a module to achieve when specifying app launch, change the system time by SystemClock.setCurrentTimeMillis(), this method required sharedUserId permission, as we know, most of the app haven't this permission, and I'm sure in my module can invoke SystemClock.setCurrentTimeMillis()
correctly
But now, it's invoked by hook app:
So I want to know how to call SystemClock.setCurrentTimeMillis()
at handleLoadPackage
in the name of My Xposed Module