On Android Wear, when you swipe right, the current activity is destroyed.
I'm having two problems because of this:
viewpager doesn't work: it's only possible to swipe left, when you try to swipe right the app is closed
instead of being stopped the activity is destroyed.
I'm wondering if there is a way to override this.
i have tried OnKeyDown and OnBackpressed but they are not triggered.
Thanks for your help,
Cyril