mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Introjucer: added some android manifest options, and fixed audio input permissions for the demo app.
This commit is contained in:
parent
d3d391ae7f
commit
092a0166cc
6 changed files with 62 additions and 19 deletions
|
|
@ -102,6 +102,9 @@ namespace Ids
|
|||
DECLARE_ID (androidNDKPath);
|
||||
DECLARE_ID (androidInternetNeeded);
|
||||
DECLARE_ID (androidArchitectures);
|
||||
DECLARE_ID (androidMicNeeded);
|
||||
DECLARE_ID (androidMinimumSDK);
|
||||
DECLARE_ID (androidOtherPermissions);
|
||||
const Identifier class_ ("class");
|
||||
|
||||
#undef DECLARE_ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue