commit | 035f80d7c75b282f33ab10a33a3019f614ffd67d | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Mar 27 15:20:08 2013 -0700 |
committer | Nick Kralevich <nnk@google.com> | Wed Mar 27 16:55:27 2013 -0700 |
tree | 1356d3d3323b1f7d86bbb1188f0fc42cd0aa3a89 | |
parent | 4b2548815df45b3aa6a8144abeeaea504ee6f7b1 [diff] |
Add buildPermissionRequestIntent to PackageManager Add the buildPermissionRequestIntent API to PackageManager. This allows an app to request an Intent which, when passed to startActivityForResult, will prompt the user to approve permissions for an app. Currently, the API is @hide. It will be unhidden in a future change. Change-Id: I4ec677002afa799a6eb5c2657c28452c91012436