1 Star 3 Fork 3

AlanMathisonTuring / SQLiteCreate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
AndroidManifest.xml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nutegg.sqlitecreate"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="18" />
<instrumentation android:name="android.test.InstrumentationTestRunner"
android:targetPackage="com.nutegg.sqlitecreate" android:label="Test sqlite createDB"/>
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
<uses-library android:name="android.test.runner"/>
<activity
android:name="com.nutegg.sqlitecreate.MainActivity"
android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="com.nutegg.sqlitecreate.personprovider.PersonProvider"
android:authorities="com.nutegg.personprovider"
android:exported="true"
>
</provider>
</application>
</manifest>
Android
1
https://gitee.com/wuxinchao/SQLiteCreate.git
git@gitee.com:wuxinchao/SQLiteCreate.git
wuxinchao
SQLiteCreate
SQLiteCreate
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891