I am seeing different behavior on my memory usage ( dalvik and native also other ) when I install my app in /vendor/app rather than installing with package manager into /data/data. Does android treat these apps differently and pre-allocate more memory to the processes it finds in vendor ?
Also my native heap in one of my processes that deals with database increases sharply when it is installed on vendor/app compared to /data/data which is almost flat lined.
Can someone help me with this issue ?