d
This commit is contained in:
@@ -23,12 +23,10 @@
|
||||
android:screenOrientation="portrait"
|
||||
android:theme="@style/SplashTheme">
|
||||
|
||||
<!-- <intent-filter> -->
|
||||
<!-- <action android:name="android.intent.action.MAIN"/> -->
|
||||
|
||||
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER"/> -->
|
||||
<!-- </intent-filter> -->
|
||||
<!-- <intent-filter>-->
|
||||
<!-- <action android:name="android.intent.action.MAIN"/>-->
|
||||
<!-- <category android:name="android.intent.category.LAUNCHER"/>-->
|
||||
<!-- </intent-filter>-->
|
||||
</activity> <!-- 登录 -->
|
||||
<activity
|
||||
android:name="com.example.administrator.seven.main.activity.LoginActivity"
|
||||
@@ -44,7 +42,6 @@
|
||||
android:screenOrientation="portrait">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
@@ -58,6 +55,11 @@
|
||||
<activity
|
||||
android:name="com.example.administrator.seven.main.activity.mine.OutboundHistoryActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
<activity
|
||||
android:name="com.example.administrator.seven.main.kehu.activity.AllocationActivity"
|
||||
android:screenOrientation="portrait" />
|
||||
|
||||
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user