Project

General

Profile

« Previous | Next » 

Revision 99dd8d12

Added by Leszek Koltunski about 3 years ago

Always report that we are beginning a test.
Add the TEST_LOOP intent so that we can run this in Firebase Game Loop.

View differences:

src/main/AndroidManifest.xml
28 28
            <intent-filter>
29 29
                <action android:name="android.intent.action.MAIN" />
30 30
                <category android:name="android.intent.category.LAUNCHER" />
31
                <action android:name="com.google.intent.action.TEST_LOOP"/>
32
                <category android:name="android.intent.category.DEFAULT"/>
33
                <data android:mimeType="application/javascript"/>
31 34
            </intent-filter>
32 35
        </activity>
33 36

  

Also available in: Unified diff