Android System App 101

前端 未结 3 845
臣服心动
臣服心动 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:11

    From your explanation I guess you mean the the pre-installed applications (like the Browser or the Messages app). You can take a look in these apps at https://android.googlesource.com. (search for platform/packages/apps/...).

    You will find that these application are no difference to your own custom developed Apps, except you can't remove them. They cannot be removed as they provide the basic functionality to operate your phone / device. So, same security constraints apply there.

提交回复
热议问题