| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.dayu.qiheonlinelibrary"> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | package="com.dayu.qiheonlinelibrary"> |
| | | <!--允许访问网络,必选权限--> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <application |
| | | android:allowBackup="true" |
| | | android:label="@string/app_name" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | > |
| | | android:supportsRtl="true"> |
| | | <activity |
| | | android:name="com.dayu.qiheonlinelibrary.activity.AdminSetupActivity" |
| | | android:exported="true"> |
| | |
| | | <data android:mimeType="text/plain" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity |
| | | android:name=".activity.UserSearchActivity" |
| | | android:launchMode="singleTop" /> |
| | | <activity |
| | | android:name=".activity.CardSearchActivity" |
| | | android:launchMode="singleTop" /> |
| | | </application> |
| | | |
| | | </manifest> |