Joined
·
1,155 Posts
You need to know how to compile & decompile apks to do this.
It's actually a really easy hack, took me quite a while to find though
so:
It's actually a really easy hack, took me quite a while to find though
so:
- Decompile SystemUI.apk
- now navigate your way to com\android\systemui\statusbar
- open up StatusBarFlag.smali
- Around line 89 you should see this:
Code:
sput-boolean v0, Lcom/android/systemui/statusbar/StatusBarFlag;->HTC_RECENT_APP:Z
- change v0 to v2
- done.