[Android] Pass info to MainActivity from C++ side
Unsolved
Mobile and Embedded
-
Is there any way to pass some params (or gather in any other way) from C++ to MainActivity when building Android app? I'm need to setup an Android SDK on MainActivity (onCreate method) and need some credentials which are calculated on my C++ side. If there is no way to do that via params, would be also useful to me another way.
This is my Java class signature:
public class MainActivity extends QtActivity { ... }
Thanks in advance.