| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | package="com.dayu.henanlibrary"> |
| | | > |
| | | |
| | | <uses-permission android:name="android.permission.NFC" /> |
| | | <!--用于访问网络,网络定位需要上网--> |
| | |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | <category android:name="android.intent.category.LAUNCHER" /> |
| | | </intent-filter> |
| | | <!-- 添加自定义action的intent-filter,用于从generallibrary中启动此Activity --> |
| | | <intent-filter> |
| | | <action android:name="com.dayu.recharge.action.LOGIN" /> |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | </intent-filter> |
| | | </activity> |
| | | |
| | | <meta-data |
| | | android:name="BUGLY_APP_VERSION" |
| | | android:value="7.1" /> |