Search code examples
android-fragmentactivitywear-os

How to extend both FragmentActivity and WearableActivity in one activity?


How to extend both FragmentActivity and WearableActivity in one activity?

I have a watch app that I want to do always-on ambient mode, but it is a fragmentActivity.


Solution

  • With friends' help, just not use v4 support library for fragments. Use import android.app.Fragment; instead of import android.support.v4.app.Fragment;