It depends.
Starting from API level 8, you can enable the installation of your application on external storage (for example, on the deviceβs SD card). This is an optional function that you can declare for your application using the android: installLocation attribute. If you do not declare this attribute, your application will be installed only in the internal storage and cannot be moved to external memory.
Internal location /data/app/yourapplicationnname .
source share