摄像头备份

This commit is contained in:
Long-PC\Long
2019-11-09 17:04:19 +08:00
parent 5dff4b93d1
commit d6ac0b3f6b
3057 changed files with 31050 additions and 113824 deletions
@@ -1,20 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.umeng_social_sdk_res_lib.test" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="21" />
<instrumentation
android:name="android.test.InstrumentationTestRunner"
android:functionalTest="false"
android:handleProfiling="false"
android:label="Tests for com.umeng_social_sdk_res_lib.test"
android:targetPackage="com.umeng_social_sdk_res_lib.test" />
<application>
<uses-library android:name="android.test.runner" />
</application>
</manifest>