mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Resave all projects
This commit is contained in:
parent
9d1a6a3b28
commit
2a7391b0be
39 changed files with 211 additions and 3 deletions
|
|
@ -1675,12 +1675,12 @@ private:
|
|||
|
||||
if (! isLibrary())
|
||||
{
|
||||
auto* receiver = getOrCreateChildWithName (application, "receiver");
|
||||
auto* app = createApplicationElement (*manifest);
|
||||
|
||||
auto* receiver = getOrCreateChildWithName (*app, "receiver");
|
||||
setAttributeIfNotPresent (*receiver, "android:name", "com.rmsl.juce.Receiver");
|
||||
setAttributeIfNotPresent (*receiver, "android:exported", "false");
|
||||
|
||||
auto* app = createApplicationElement (*manifest);
|
||||
|
||||
auto* act = createActivityElement (*app);
|
||||
createIntentElement (*act);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue