I have an android app that is completely built on only single activity with multiple fragments. When I want to extend it with tauri generated android app, i have to have it as fragment instead of activity.
Describe the solution you'd like
Having an config option or flag to generate tauri android code as fragment instead of activity
Alternatives considered
No response
Additional context
Or is there a way i can import tauri generated android code main activity as a fragment in my native code?
Describe the problem
I have an android app that is completely built on only single activity with multiple fragments. When I want to extend it with tauri generated android app, i have to have it as fragment instead of activity.
Describe the solution you'd like
Having an config option or flag to generate tauri android code as fragment instead of activity
Alternatives considered
No response
Additional context
Or is there a way i can import tauri generated android code main activity as a fragment in my native code?