|
@@ -1,6 +1,6 @@
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
- package="me.yoqi.app.wxredpacket" >
|
|
|
|
|
|
+ package="me.yoqi.app.wxredpacket">
|
|
|
|
|
|
<application
|
|
<application
|
|
android:allowBackup="true"
|
|
android:allowBackup="true"
|
|
@@ -8,14 +8,15 @@
|
|
android:label="@string/app_name"
|
|
android:label="@string/app_name"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
android:supportsRtl="true"
|
|
android:supportsRtl="true"
|
|
- android:theme="@style/AppTheme" >
|
|
|
|
- <activity android:name=".MainActivity" >
|
|
|
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
|
+ <activity android:name=".activities.MainActivity">
|
|
<intent-filter>
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MAIN" />
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
</intent-filter>
|
|
</intent-filter>
|
|
</activity>
|
|
</activity>
|
|
|
|
+ <activity android:name=".activities.SettingsActivity"></activity>
|
|
</application>
|
|
</application>
|
|
|
|
|
|
</manifest>
|
|
</manifest>
|