Hi Everybody,
I have find a way to disable Playstore auto update. Its very usefull when you theme Playstore and want to prevent auto update by itself at each new Playstore version.
Before recompile your themed version, go into smali/com/google/android/finsky/utils/
* Edit SelfUpdateScheduler.smali with Notepad ++
* Add just under const/4 v2, 0x0 (line 41 for me)
* Record changes and recompile your Apk
![]()
I have find a way to disable Playstore auto update. Its very usefull when you theme Playstore and want to prevent auto update by itself at each new Playstore version.
Before recompile your themed version, go into smali/com/google/android/finsky/utils/
* Edit SelfUpdateScheduler.smali with Notepad ++
* Add just under const/4 v2, 0x0 (line 41 for me)
Code:
return-void