Skip to content

Commit

Permalink
hzuapps#5 hzuapps#67 第5次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanlex committed Nov 23, 2020
1 parent a009c12 commit 987c844
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions students/net1814080903226/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="edu.hzuapps.androidlabs.Net1814080903226MessageActivity"></activity>
<activity android:name="edu.hzuapps.androidlabs.Net1814080903226MyViewActivity" />
<activity android:name="edu.hzuapps.androidlabs.Net1814080903226MainViewActivity">
<activity android:name=".ReceiveMessageActivity"></activity>
<activity android:name=".MessageActivity" />
<activity android:name=".MyViewActivity" />
<activity android:name=".Net1814080903226Activity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<provider
android:authorities="edu.hzuapps.androidlabs.ContentProviderOfMyView"
android:name=".ContentProviderOfMyView"/>

</application>

</manifest>

0 comments on commit 987c844

Please sign in to comment.