-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] parse app context #599
Conversation
/** | ||
* @brief Get the data path of an application, extracted using getFilesDir(). | ||
*/ | ||
extern const char * |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add a doxygen note that the caller does not need to free the returned pointer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, plz review changes again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useful function.. Thanks, LGTM
8fa58a0
to
0e2a8e3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM👍
Add new function to get required data from application context. Signed-off-by: Jaeyun Jung <[email protected]>
0e2a8e3
to
b409ef6
Compare
Code clean, update header file name for native functions. Signed-off-by: Jaeyun Jung <[email protected]>
b409ef6
to
e59f0b0
Compare
Add new function to get required data from application context.