You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/09 19:55:11 UTC

[GitHub] [cordova-android] exxbrain commented on issue #841: android.support.v4.app.Fragment/androidx.app.Fragment support

exxbrain commented on issue #841: android.support.v4.app.Fragment/androidx.app.Fragment support
URL: https://github.com/apache/cordova-android/issues/841#issuecomment-552131841
 
 
   @odai-alali I think you can make your own activity and start it under your plugin.
   ```
   Intent intent = new Intent(cordova.getActivity().getApplicationContext(), YourActivity.class);
   this.cordova.startActivity(this, intent);
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org