[MOD]...Aosp style recent apps ( 3.15 )

This for The AOSP Style Recent Apps

Decompile the classes.dex from the SystemUI.apk and look in



Code:
SystemUI\smali\com\android\systemui\statusbar\StatusBarFlag.smali
and look for this line
Code:
:goto_c4

	
    sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP_FUSION:Z
add this " const/4 v0, 0x0" to look like this

Code:
:goto_c4
const/4 v0, 0x0
	
    sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP_FUSION:Z

你可能感兴趣的:(Linux)