Skip to content
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 Package] Implement PersistentStorageDelegate #4088

Closed
Damian-Nordic opened this issue Dec 4, 2020 · 1 comment
Closed

[Android Package] Implement PersistentStorageDelegate #4088

Damian-Nordic opened this issue Dec 4, 2020 · 1 comment
Assignees
Labels
android p1 priority 1 work
Milestone

Comments

@Damian-Nordic
Copy link
Contributor

Problem

CHIP controller components rely more and more on PersistentStorageDelegate interface for which there's no implementation in the Android controller library.

Proposed Solution

Implement a Java class that provides the persistent storage functionality, using Android API.
Implement a C++ class which communicates with the Java class through JNI.

@Damian-Nordic
Copy link
Contributor Author

Already implemented as part of #5119.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android p1 priority 1 work
Projects
None yet
Development

No branches or pull requests

2 participants