2013-07-12 73 views

回答

1
  • <uses-permission>是當你的應用程序正在尋求用戶的使用一些

  • <permission>是許可當你的應用程序要求其他應用程序尋求用戶的許可使用你的某些功能時。

有用的鏈接:

0
The "permission" tag declares a security permission that can be used to control access from other packages to specific components or features in your package (or other packages). 

    The "uses-permission" tag requests a "permission" that the containing package must be granted in order for it to operate correctly.