简体   繁体   English

Android 安装时解析Manifest

[英]Android Manifest parsing during installation

I want to learn the installation steps in android.想学习android中的安装步骤。 I was just wondering how the manifest file is being parsed and validated.我只是想知道清单文件是如何被解析和验证的。 Is it possible to prevent the application from getting installed except for the ones i write or sign.除了我写或签名的应用程序之外,是否可以阻止安装应用程序。 My initial thoughts say we should have custom tags in the manifest file(dont know how far is it possible) Any views??我最初的想法是我们应该在清单文件中有自定义标签(不知道这可能有多远)任何意见?

The format of the Android Manifest is fully described in the dev guide . Android Manifest 的格式在开发指南中有完整描述。

I don't understand your other question.我不明白你的另一个问题。

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

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