Android System App 101

前端 未结 3 846
臣服心动
臣服心动 2020-12-15 23:27

Can somebody explain to me what are the benefits of Android System App over a \"normal\" app (besides that fact that a system app cannot be uninstalled)? Special permission

3条回答
  •  粉色の甜心
    2020-12-16 00:18

    There are permissions that can only be obtained by systems apps. For example the permission brick can be requested by every app but it is only granted to apps that are signed as system apps. There are some other features that make more sense I think directly installing and removing apps would be a system only permission too.

提交回复
热议问题