mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ContentSharer: Update interface to return safer ScopedMessageBox instances
This commit is contained in:
parent
557d690ff4
commit
9d1a6a3b28
22 changed files with 1304 additions and 1033 deletions
|
|
@ -1675,6 +1675,10 @@ private:
|
|||
|
||||
if (! isLibrary())
|
||||
{
|
||||
auto* receiver = getOrCreateChildWithName (application, "receiver");
|
||||
setAttributeIfNotPresent (*receiver, "android:name", "com.rmsl.juce.Receiver");
|
||||
setAttributeIfNotPresent (*receiver, "android:exported", "false");
|
||||
|
||||
auto* app = createApplicationElement (*manifest);
|
||||
|
||||
auto* act = createActivityElement (*app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue