Skip to content

Commit

Permalink
hzuapps#94 hzuapps#95 hzuapps#71 实验全部完成
Browse files Browse the repository at this point in the history
发送邮件需要在libs目录下加入一个包,请问这个包要怎么提交?
  • Loading branch information
zengyt committed Jun 16, 2016
1 parent d7618ed commit 8077132
Show file tree
Hide file tree
Showing 7 changed files with 459 additions and 186 deletions.
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@
android:versionCode="1"
android:versionName="1.0" >

<uses-sdk
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.READ_SMS"/>
<uses-permission android:name="android.permission.INTERNET"/>


<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<activity
android:name="com.example.contentprovider.Com1314080901201Activity"
android:name="com.example.contentprovider.Com131480901201Activity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

This file was deleted.

Loading

0 comments on commit 8077132

Please sign in to comment.