JopSchaap / trustchain-superapp

Kotlin implementation of Trustchain and IPv8 with rich networking: multihoming of local Bluetooth+4G, decentral social networking, UDP hole punching, etc.
GNU General Public License v3.0
0 stars 0 forks source link

Fix bundling APK Bug #10

Closed AirWinter closed 8 months ago

AirWinter commented 9 months ago

Issue

fixes #3

Changes

Context

https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading

AirWinter commented 8 months ago

Seems good I am wondering whether renaming still will work after setting the files to read only, but this is more for the future.

It will, the branch on which I implemented renaming was made on top of this branch so it already had all the files set to read only. That's also why in the demo I made I could actually open the search.apk on android 14.