- Home /
 
 
               Question by 
               neegool1 · Nov 09, 2015 at 01:05 PM · 
                androidpluginandroidjavaobject  
              
 
              Android: Intent extras not being received when launching an already-open UnityPlayerNativeActivity
I'm trying to make two Unity Android apps communicate with each other using Intents. I made a custom UnityPlayerNativeActivity and used it on both apps. When app A sends an intent to app B (which has not yet been launched), the Intent extras are received perfectly. But when app A does the same to an already-launched app B, all my extras are not loaded and instead i got the different extra named "profile" with the value of 0. How can I make this work?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
How to use AndroidJavaObject/AndroidJavaClass 0 Answers
Using AndroidJavaObject properly 1 Answer
How do I override an Android Java class in Unity? 1 Answer
Android Plugin in Unity - No Return Value 0 Answers
Problem in android java plugin 0 Answers