commit | 1bcc3d691fd1cb68abced62caf3024e2bb228561 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed Apr 03 09:00:02 2013 -0700 |
committer | Nick Kralevich <nnk@google.com> | Wed Apr 03 16:32:40 2013 -0700 |
tree | d0a53d0ed98af85ef76ad74ae2e837f76c9b9be7 | |
parent | 55cfcd75691581ffc4f88034711a2442db619a53 [diff] |
aapt: add support for optional uses-permission Applications can request a permission with android:required="false". For example: <uses-permission android:name="android.permission.READ_PHONE_STATE" android:required="false" /> Make aapt understand such permissions. Bug: 8522021 Change-Id: I7d3af64e7c3eca608316d5bea19c4ea639dd2b7a