I need to pass a property to a signed apk file.
Property represents a simple int value.
Restrictions:
1. apk file is very large - over 150Mb
Any ideas?
Thanks in advance!
I need to pass a property to a signed apk file.
Property represents a simple int value.
Restrictions:
1. apk file is very large - over 150Mb
Any ideas?
Thanks in advance!
Copyright © 2021 Jogjafile Inc.
To manipulate apk file directly is tricky, so I do not recommend, what you should do is prepare your app before generating the apk file to read from a file on SD Card or from a WebService this 'settings'.
150 MB is a really huge file, you probably should take a look in options to divide this file from this resources, it should make it easier to compile each time.