| | |
| | | |
| | | <!-- INTERNET is needed to use a URI-based media player, depending on the URI --> |
| | | <uses-permission android:name="android.permission.INTERNET"></uses-permission> |
| | | <uses-permission android:name="android.permission.CAMERA"></uses-permission> |
| | | |
| | | <application |
| | | android:name="cn.com.basic.face.base.BaseApplication" |
| | |
| | | android:icon="@mipmap/ic_launcher" |
| | | android:label="@string/app_name" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/AppTheme" |
| | | android:largeHeap="true" |
| | | android:hardwareAccelerated="false" |
| | | > |
| | | android:theme="@style/AppTheme"> |
| | | <activity |
| | | android:name="cn.com.basic.face.base.MainActivity" |
| | | android:screenOrientation="landscape" |
| | |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity android:name="cn.com.basic.face.base.PictureTaker" |
| | | android:label="@string/app_name" |
| | | android:theme="@android:style/Theme.NoTitleBar.Fullscreen" |
| | | android:screenOrientation="landscape"></activity> |
| | | </application> |
| | | |
| | | </manifest> |