Skip to content

Commit

Permalink
hzuapps#3 第一个文件
Browse files Browse the repository at this point in the history
  • Loading branch information
Walk-With-Wind committed Mar 18, 2019
1 parent a81a66e commit 4d6eef6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions students/soft1714080902205/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?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="edu.hzuapps.androidlabs.soft1714080902205">

<application
Expand All @@ -9,10 +10,14 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name=".MainActivity"></activity>
<activity
android:name=".Soft1714080902205Activity"
android:label="@string/title_activity_soft1714080902205"></activity>
<activity android:name=".MainActivity">
android:label="@string/title_activity_soft1714080902205" />
<activity android:name=".Soft1714080902205Activity_start">
android:configChanges="orientation|screenSize|keyboardHidden"
android:exported="true"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit 4d6eef6

Please sign in to comment.