| | |
| | | <?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" /> |
| | | <!--用于访问网络,网络定位需要上网--> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:supportsRtl="true"> |
| | |
| | | |
| | | <activity |
| | | android:name=".activity.AdminSetupActivity" |
| | | android:exported="true"> |
| | | </activity> |
| | | android:exported="false" /> |
| | | |
| | | <activity |
| | | android:name=".activity.HomeActivity" |
| | | android:exported="true"> |
| | | android:exported="false" /> |
| | | |
| | | </activity> |
| | | <activity |
| | | android:name=".activity.NewCardActivity" |
| | | android:exported="true" |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="portrait"> |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | | <data android:mimeType="text/plain" /> |
| | |
| | | </activity> |
| | | <activity |
| | | android:name=".activity.SysActivity" |
| | | android:exported="true"> |
| | | android:exported="false"> |
| | | |
| | | </activity> |
| | | |
| | |
| | | <activity android:name=".activity.MyActivity" /> |
| | | <activity |
| | | android:name=".activity.RechargeActivity" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | |
| | | |
| | | <activity |
| | | android:name=".activity.ReadCardAcitivy" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.ACTION_NDEF_DISCOVERED" /> |
| | |
| | | </activity> |
| | | <activity |
| | | android:name=".activity.NFCWreatActivity" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | |
| | | <activity android:name=".activity.IdentifyingActivity" /> |
| | | <activity android:name=".activity.ReplacementActivity" /> |
| | | <activity android:name=".activity.RechargeDetail" /> |
| | | |
| | | |
| | | |
| | | </application> |