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

CaptiveCrypto for Android native code refactor #28

Closed
hawkinsji opened this issue Aug 7, 2023 · 0 comments · Fixed by #30
Closed

CaptiveCrypto for Android native code refactor #28

hawkinsji opened this issue Aug 7, 2023 · 0 comments · Fixed by #30
Assignees
Labels
enhancement New feature or request

Comments

@hawkinsji
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The native code in the CaptiveCrypto sample app for Android is all in one class and all in one file.
https://github.com/vmware/captive-web-view/blob/main/forAndroid/CaptiveCrypto/src/main/java/com/example/captivecrypto/StoredKey.kt

Describe the solution you'd like

The code should be in several files, perhaps in a package instead of a single class.

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant