java - Issue using Terminal -
i using android terminal emulator allow me move 'non-movable' apps onto sd card(external storage). when enter pm get-install-location message:
here exception
java.lang.securityexception: neither user 10010 nor current process has android.permission.write_secure_settings.
how can permission this? , next steps allowing non-movable apps onto external sd card.
many thanks
write_secure_settings not available normal applications, it's available fo system app.
Comments
Post a Comment