Hi all.
its possible to get this string value on manifest?
and on manifest put only
or vice versa....
what would be the best way to do this?
I must declare appKey in the code and in the manifest, so if I can declare it just once it would be better.
thanksss
its possible to get this string value on manifest?
B4X:
Private AppKey As String = "999999"
and on manifest put only
B4X:
<meta-data
android:name="com.app.sdk.APPLICATION_ID"
android:value="AppKey < here" />
or vice versa....
what would be the best way to do this?
I must declare appKey in the code and in the manifest, so if I can declare it just once it would be better.
thanksss