Revision 99dd8d12
Added by Leszek Koltunski over 4 years ago
| 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 |
|
| src/main/java/org/distorted/main/RubikActivity.java | ||
|---|---|---|
| 118 | 118 |
hideNavigationBar(); |
| 119 | 119 |
cutoutHack(); |
| 120 | 120 |
// askForPermissions(); |
| 121 |
|
|
| 122 |
RubikScoresDownloader downloader = RubikScoresDownloader.getInstance(); |
|
| 123 |
downloader.error("TEST_BEGIN");
|
|
| 121 | 124 |
} |
| 122 | 125 |
|
| 123 | 126 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
Also available in: Unified diff
Always report that we are beginning a test.
Add the TEST_LOOP intent so that we can run this in Firebase Game Loop.