短信验证功能添加

This commit is contained in:
Long-PC\Long
2018-03-13 17:37:16 +08:00
parent bba6d24298
commit 8b88c08561
11308 changed files with 699069 additions and 24 deletions
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.p2p_core" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
</manifest>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.p2p_core" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
</manifest>