| |
---|
| | android:supportsRtl="true" |
---|
| | android:theme="@style/Theme.IrisClient"> |
---|
| | <activity |
---|
| | android:name=".MainActivity" |
---|
| | android:screenOrientation="landscape" |
---|
| | android:exported="true"> |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape"> |
---|
| | <intent-filter> |
---|
| | <action android:name="android.intent.action.MAIN" /> |
---|
| | |
---|
| | <category android:name="android.intent.category.LAUNCHER" /> |
---|
| |
---|
| | </activity> |
---|
| | <activity |
---|
| | android:name=".EnterRoomActivity" |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape" > |
---|
| | </activity> |
---|
| | android:screenOrientation="landscape"></activity> |
---|
| | <activity |
---|
| | android:name=".CreateRoomActivity" |
---|
| | android:screenOrientation="landscape" |
---|
| | android:exported="true" > |
---|
| | </activity> |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape"></activity> |
---|
| | <activity |
---|
| | android:name=".MemberRoomActivity" |
---|
| | android:screenOrientation="landscape" |
---|
| | android:exported="true" > |
---|
| | </activity> |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape"></activity> |
---|
| | <activity |
---|
| | android:name=".OwnerRoomActivity" |
---|
| | android:screenOrientation="landscape" |
---|
| | android:exported="true" > |
---|
| | </activity> |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape"></activity> |
---|
| | <activity |
---|
| | android:name=".DrawingActivity" |
---|
| | android:exported="true" |
---|
| | android:screenOrientation="landscape"></activity> |
---|
| | </application> |
---|
| | |
---|
| | </manifest> |
---|
| | |