←back to thread

194 points sleirsgoevy | 1 comments | | HN request time: 0s | source
Show context
codethief ◴[] No.45782919[source]
> So an apk may just load some zip/apk/dex code from external storage and execute it in current context.

Wouldn't this break all kinds of things, like app sandboxing, the permission system, app intents, …?

replies(1): >>45785340 #
1. iggldiggl ◴[] No.45785340[source]
… launcher shortcuts, launcher widgets, storage management, multi-process set-ups or even services (those need to be declared statically in the manifest), so yeah it would.

So interesting as a fun exercise, but not really useful for probably quite a few apps.