Closed ftc closed 8 years ago
I think this change will prevent the generated stubs from compiling because they will no longer implement the DroidelStubs interface. We would probably need to have a different version of this interface for pre-Fragment
versions of Android without the getFragment
methods in order to get this to work.
Leaving this out for now.
SimpleAndroidHarnessGenerator had a couple places where fragment stubs were still being generated while the -no_fragment_stubs flag was enabled. This should fix it.