| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | android:sharedUserId="android.uid.system" |
| | | android:sharedUserId="android.uid.system" |
| | | package="safeluck.drive.evaluation"> |
| | | |
| | | <uses-permission android:name="android.permission.CAMERA" /> |
| | |
| | | android:supportsRtl="true" |
| | | android:name=".app" |
| | | android:theme="@style/AppTheme"> |
| | | <activity android:name=".MainActivity" android:screenOrientation="landscape"> |
| | | <activity android:name=".MainActivity" android:screenOrientation="landscape" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |