document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <receiver android:name="com.test.unitycatchintent.MyReceiver" >
  2.     <intent-filter>
  3.         <action android:name="com.test.sendintent.IntentToUnity" ></action>
  4.     </intent-filter>
  5. </receiver>
');