IntentInterceptor icon indicating copy to clipboard operation
IntentInterceptor copied to clipboard

Intercepting android intents with Xposed.

Results 1 IntentInterceptor issues
Sort by recently updated
recently updated
newest added

刚接触Xposed开发,在酷安上看到你的app,然后想学习下,结果发现在代码中打的log和实际app保存的跳转信息不一样。 ```java public static String parser(Intent intent, int requestCode, Bundle bundle, String from) { StringBuilder builder = new StringBuilder(); Calendar c = Calendar.getInstance(); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss a");...