pylerSM / YouTubeBackgroundPlayback

[Xposed module] Enable background playback in YouTube
http://repo.xposed.info/module/com.pyler.youtubebackgroundplayback
BSD 3-Clause "New" or "Revised" License
313 stars 81 forks source link

A little doubt. #385

Closed ohyeah521 closed 4 years ago

ohyeah521 commented 4 years ago

Hook-3.json has two fields, x1000 and x10000, what is the difference between the two?

th3an7 commented 4 years ago

It's the multiplier for YouTube app code version - ex. 14.33.55 arm64-v8a, nodpi, Android 5.0+ code version is 1433553400 = 143355 * 10000...

It just "skips" cpu + dpi number differences and leaves main YouTube version number

ohyeah521 commented 4 years ago

@th3an7 Thank you, I understand.