aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml24
1 files changed, 12 insertions, 12 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 3fa2f1f..bae710f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.example.wiimmterfaceandroid">
+ package="me.brysonsteck.wiimmfiwatcher">
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
- android:icon="@mipmap/wiimmterface_launcher"
+ android:icon="@mipmap/ic_watcher_icons"
android:label="@string/app_name"
- android:roundIcon="@mipmap/wiimmterface_launcher"
+ android:roundIcon="@mipmap/ic_watcher_icons_round"
android:supportsRtl="true"
- android:theme="@style/Theme.WiimmterfaceAndroid">
- <activity android:name=".MainActivity">
- <intent-filter>
- <action android:name="android.intent.action.MAIN" />
+ android:theme="@style/Theme.WiimmfiWatcher">
+ <activity android:name=".MainActivity">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
- <category android:name="android.intent.category.LAUNCHER" />
- </intent-filter>
- </activity>
- <activity android:name=".wiimmfi.WiimmfiActivity"/>
- </application>
+ <category android:name="android.intent.category.LAUNCHER" />
+ </intent-filter>
+ </activity>
+ <activity android:name=".wiimmfi.WiimmfiActivity"/>
+</application>
</manifest> \ No newline at end of file