| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | package="com.dayu.qihealonelibrary"> |
| | | > |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | |
| | | |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.AdminSetupActivity" |
| | | android:exported="true"> |
| | | android:exported="false"> |
| | | |
| | | </activity> |
| | | |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.HomeActivity" |
| | | android:exported="true"> |
| | | android:exported="false"> |
| | | |
| | | </activity> |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.NewCardActivity" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop" |
| | | android:screenOrientation="portrait"> |
| | | > |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | | <data android:mimeType="text/plain" /> |
| | |
| | | </activity> |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.SysActivity" |
| | | android:exported="true"> |
| | | android:exported="false"> |
| | | |
| | | </activity> |
| | | |
| | |
| | | <activity android:name="com.dayu.qihealonelibrary.activity.MyActivity" /> |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.RechargeActivity" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | |
| | | |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.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="com.dayu.qihealonelibrary.activity.NFCWreatActivity" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.TAG_DISCOVERED" /> |
| | |
| | | <activity android:name="com.dayu.qihealonelibrary.activity.ManagerListActivity" /> |
| | | <activity |
| | | android:name="com.dayu.qihealonelibrary.activity.ManagerReadActivity" |
| | | android:exported="true" |
| | | android:exported="false" |
| | | android:launchMode="singleTop"> |
| | | <intent-filter> |
| | | <action android:name="android.nfc.action.ACTION_NDEF_DISCOVERED" /> |