commit | 8d1f669a8a6f72c8bddff37e84b456786168988f | [log] [tgz] |
---|---|---|
author | Akhil Gangu <[email protected]> | Wed Aug 13 23:34:30 2025 +0000 |
committer | Akhil Gangu <[email protected]> | Wed Aug 27 17:57:08 2025 -0700 |
tree | c4aafc73485234f12a4ab80dfaa308c6f28c3778 | |
parent | f8adbcb7305c3535078cdb947e15c5977344361f [diff] |
Support auto-complete for purpose declarations. List all possible valid purpose strings for <purpose> child tag under <uses-permission> and <uses-permission-sdk-23>. The possible values derived from the permission versions XML file from the sdk are cached. Bug: 412443715 Test: AndroidManifestPurposeDomTest AndroidManifestDomTest Change-Id: I2f7e00ade958f8b3841e7a9d60c29e72a9d8cadb
This is the source code of the Android plugin for IntelliJ platform, which is also the main part of Android Studio.
See the links below for implementation details and make sure to read IntelliJ Platform SDK docs first.