Compare commits
1 commit
378380fe45
...
f8c51441a8
Author | SHA1 | Date | |
---|---|---|---|
f8c51441a8 |
1 changed files with 3 additions and 2 deletions
|
@ -73,9 +73,10 @@ static jobject build_profile_metadata(JNIEnv *env, struct es8p_metadata *metadat
|
||||||
"Ljava/lang/String;" // serviceProviderName
|
"Ljava/lang/String;" // serviceProviderName
|
||||||
"Ljava/lang/String;" // profileName
|
"Ljava/lang/String;" // profileName
|
||||||
"Ljava/lang/String;" // iconType
|
"Ljava/lang/String;" // iconType
|
||||||
"Ljava/lang/String;" // icon (base64)
|
"Ljava/lang/String;" // icon (base64-encoded)
|
||||||
"Ljava/lang/String;" // profileClass
|
"Ljava/lang/String;" // profileClass
|
||||||
")V"
|
")"
|
||||||
|
"V" // (returns) void
|
||||||
);
|
);
|
||||||
|
|
||||||
const char *icon_type;
|
const char *icon_type;
|
||||||
|
|
Loading…
Add table
Reference in a new issue