18 lines
595 B
XML
18 lines
595 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="com.mogo.launcher">
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
|
|
|
<application
|
|
android:name=".MogoApplication"
|
|
android:allowBackup="true"
|
|
android:icon="@drawable/ic_launcher"
|
|
android:label="@string/app_shell_name"
|
|
android:supportsRtl="true"
|
|
android:theme="@style/AppTheme.App"
|
|
tools:replace="android:label">
|
|
</application>
|
|
|
|
</manifest> |