安装卸载应用定义的错误码: Difference between revisions
(Created page with "<syntaxhighlight lang="java"> →* * Installation return code<br/> * install success.: public static final int INSTALL_SUCCEEDED = 1; →* * Installation return code<br/> * the package is already installed.: public static final int INSTALL_FAILED_ALREADY_EXISTS = -1; →* * Installation return code<br/> * the package archive file is invalid.: public stat...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{#ifeq:{{currentloggeduser}}|| | |||
<div style="background-color: #ffcccc;border: 1px dashed red; padding: 10px;"> | |||
This content is restricted to authorized users only. Please [[Special:UserLogin|log in]] to access additional information. | |||
</div> | |||
| | |||
<syntaxhighlight lang="java"> | <syntaxhighlight lang="java"> | ||
/** | /** | ||
Line 255: | Line 260: | ||
public static final int DELETE_FAILED_PERMISSION_DENIED = -4; | public static final int DELETE_FAILED_PERMISSION_DENIED = -4; | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} |
Latest revision as of 09:57, 25 April 2024
This content is restricted to authorized users only. Please log in to access additional information.