java - android-manifest 中的 android.stamp 是什么?

标签 java android kotlin apk android-manifest

android-manifest 中的含义是什么?

<meta-data android:name="com.android.stamp.source" android:value="https://play.google.com/store" /> 
    <meta-data android:name="com.android.stamp.type" android:value="STAMP_TYPE_DISTRIBUTION_APK" />

请解释一下,我是业余编程🙏 谢谢😊

最佳答案

SourceStamp 提高了应用程序在未经授权的分发方面的可追溯性。

The stamp is part of the APK that is protected by the signing block. The APK contents hash is signed using the stamp key, and is saved as part of the signing block.

关于java - android-manifest 中的 android.stamp 是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76305137/

相关文章:

java - 如何在 Amazon EMR 上编辑和重新启动已终止的集群?

java - 为什么二叉搜索树会变得向右不平衡?

java - @Transactional 问题以及如何与@Service 一起使用

kotlin - 使用反射在Kotlin中按字符串设置属性?

android - 什么是 {"456"的完整代码} 转换 : (String) -> String in Kotlin?

java - 嵌套速度模板中的上下文合并

android - 如何在android中通过纬度和经度获取城市名称?

java - 使 RecyclerView 在 SQLITE 数据库的每个 View 中返回唯一的数组

java - 编辑文本和反射

java - Glide 使用 URL 从 firebase 加载图像速度非常慢