|  |  |  | 
|---|
|  |  |  | <?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" /> | 
|---|