Files
AndroidNotification/notifications通知栏学习/build/intermediates/manifest/androidTest/debug/AndroidManifest.xml
2016-07-20 17:09:00 +08:00

17 lines
665 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.notifications.test">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="18" />
<application>
<uses-library android:name="android.test.runner" />
</application>
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.example.notifications"
android:handleProfiling="false"
android:functionalTest="false"
android:label="Tests for com.example.notifications"/>
</manifest>