简体   繁体   English

使用终端问题

[英]Issue using Terminal

I am using Android Terminal Emulator to allow me to move 'non-movable' apps onto SD CARD(External storage). 我正在使用Android Terminal Emulator允许我将“不可移动”应用移动到SD CARD(外部存储)上。 When I enter pm get-install-location I get this message: 当我输入pm get-install-location时,会显示以下消息:

Here is the exception 这是例外

java.lang.SecurityException: Neither user 10010 nor current process has android.permission.WRITE_SECURE_SETTINGS.

How can I get permission for this? 我如何获得许可? And what are next steps to allowing non-movable apps onto an external sd card. 允许将不可移动的应用程序放到外部SD卡上的下一步是什么。

Many Thanks 非常感谢

WRITE_SECURE_SETTINGS不适用于普通应用程序,仅适用于系统应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM