1
0
Fork 0
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:
reuk 2023-03-20 20:53:08 +00:00
parent 9d1a6a3b28
commit 2a7391b0be
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
39 changed files with 211 additions and 3 deletions

View file

@ -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);