commit | a1fd281d4989d910ca6b2f78d2321a4792eca36f | [log] [tgz] |
---|---|---|
author | Nancy Chen <nancychen@google.com> | Wed Nov 18 18:13:07 2015 -0800 |
committer | Nancy Chen <nancychen@google.com> | Wed Nov 18 18:59:16 2015 -0800 |
tree | a0c3a679333d1fabd2a348acf757627e5e266a51 | |
parent | 4bbb29d0186cc25be1e83717b736dd319127235f [diff] |
Handle backwards compatible permission lookup and requests (1/3). requestPermissions is not available to the Fragments class and checkSelfPermission is not available to the Context class in API < 23. Use other backwards compatible methods to implement the behavior. Bug: 25776171 Change-Id: I6cb221236f28b319f618d2cf32a9f503a6f4e6e0