Hello fellow WearOS users. I recently got a Samsung Galaxy Watch4 and tried installing Subway Surfers by sideloading it through ADB. It worked surprisingly smooth but the game would exit whenever I'd swipe right.
Upon further research I came across Android Wear platform's official documentation about swipe to exit
here and then I decompiled the apk using Apktool, headed over to manifest to check what the main theme of the app is by searching "<application" and then after seeing that UnityThemeSelector is the default theme, I headed over to styles.xml and added this property to UnityThemeSelector and set it to 'false':
Code:
android:windowSwipeToDismiss
After two hours of googling and recompiling Subway Surfers, I finally got it working. Although I made it for personal use I'm sharing it here in case anyone else needs it.
Theoretically, it should work on any WearOS watch but I can personally confirm that it works on Samsung Galaxy Watch4.
DOWNLOAD