You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: