Android: pass property to signed apk

77 Views Asked by At

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!

1

There are 1 best solutions below

5
Pozzo Apps On

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.