Revision 05fb345c
Added by Leszek Koltunski over 2 years ago
src/main/AndroidManifest.xml | ||
---|---|---|
21 | 21 |
android:value="${crashlyticsCollectionEnabled}" |
22 | 22 |
/> |
23 | 23 |
|
24 |
<activity android:name="org.distorted.main.RubikActivity" android:exported="false" android:screenOrientation="portrait">
|
|
24 |
<activity android:name="org.distorted.main.RubikActivity" android:exported="true" android:screenOrientation="portrait">
|
|
25 | 25 |
<intent-filter> |
26 | 26 |
<action android:name="android.intent.action.MAIN" /> |
27 | 27 |
<category android:name="android.intent.category.LAUNCHER" /> |
Also available in: Unified diff
- we need to export the main activity
- we need to detect if the downloaded JSON is corrupt and if yes, do not save it.