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

Question: is there any port of this library to Java/Kotlin? #25

Open
AndroidDeveloperLB opened this issue Jun 14, 2019 · 0 comments
Open

Comments

@AndroidDeveloperLB
Copy link

One that will work on Android, and that will be able to handle inputStream ?

The reason is that Google plans to ruin storage permission, which means apps won't be able to handle files using File API or file-path.
And yet, the normal Android framework for parsing APK files need a file-path:

https://developer.android.com/reference/android/content/pm/PackageManager.html#getPackageArchiveInfo(java.lang.String, int)

There is a lot of talk about it over the Internet, and many are against it, as many libraries, apps, unix commands and even Android's own framework sometimes depend only on file-path and not inputStream.

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

No branches or pull requests

1 participant