Revision 61387e4f
Added by Leszek Koltunski about 4 years ago
src/main/AndroidManifest.xml | ||
---|---|---|
30 | 30 |
<category android:name="android.intent.category.LAUNCHER" /> |
31 | 31 |
</intent-filter> |
32 | 32 |
</activity> |
33 |
|
|
34 |
<activity android:name="org.distorted.tutorial.TutorialActivity" android:screenOrientation="portrait"/> |
|
33 | 35 |
</application> |
34 | 36 |
</manifest> |
Also available in: Unified diff
Progress creating the Tutorial Activity.