| | |
| | | <?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" /> |
| | | <!--用于访问网络,网络定位需要上网--> |
| | |
| | | android:supportsRtl="true" |
| | | android:theme="@style/AppTheme"> |
| | | |
| | | <!-- <activity--> |
| | | <!-- android:name="com.dayu.recharge.activity.LoginActivity"--> |
| | | <!-- android:exported="true">--> |
| | | <!-- <intent-filter>--> |
| | | <!-- <action android:name="android.intent.action.MAIN" />--> |
| | | <!-- <category android:name="android.intent.category.LAUNCHER" />--> |
| | | <!-- </intent-filter>--> |
| | | <!-- </activity>--> |
| | | <activity |
| | | android:name="com.dayu.general.activity.MainActivity" |
| | | android:name="com.dayu.recharge.activity.LoginActivity" |
| | | android:exported="true"> |
| | | <intent-filter> |
| | | <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" |