Skip to content

Commit 187c892

Browse files
committed
Support icon cutomization for issuance
1 parent 34e48e3 commit 187c892

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

matcher/credentialmanager.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ __attribute__((import_module("credman"), import_name("GetCallingAppInfo")))
102102
void GetCallingAppInfo(CallingAppInfo* info);
103103

104104
#endif
105+
106+
// Only works for system applications
107+
#if defined(__wasm__)
108+
__attribute__((import_module("credman_v4"), import_name("SelfDeclarePackageInfo")))
109+
#endif
110+
void SelfDeclarePackageInfo(char *package_display_name, char* package_icon, size_t package_icon_len);

0 commit comments

Comments
 (0)