| | |
| | | android:minSdkVersion="16" |
| | | android:targetSdkVersion="22" /> |
| | | |
| | | <!-- WIFI INTERNET --> |
| | | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.INTERNET" /> |
| | | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
| | | <uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" /> |
| | | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <uses-permission android:name="android.permission.RECORD_AUDIO" /> |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.WAKE_LOCK" /> |
| | | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
| | | <uses-permission android:name="android.permission.VIBRATE" /> |
| | | <uses-permission android:name="android.permission.GET_TASKS" /> |
| | | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| | | <uses-permission android:name="android.permission.READ_LOGS" /> |
| | | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/> |
| | | <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | |
| | | <!-- 唤醒 --> |
| | | <!-- <uses-permission android:name="android.permission.WAKE_LOCK" /> --> |
| | | |
| | | |
| | | <!-- 弹窗 特殊权限 --> |
| | | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
| | | <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" /> |
| | | <!-- 获取近期任务 --> |
| | | <uses-permission android:name="android.permission.GET_TASKS" /> |
| | | <!-- 危险权限 --> |
| | | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| | | <!-- 在SDCard中创建与删除文件权限 危险 --> |
| | | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
| | | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
| | | <!-- 在SDCard中创建与删除文件权限 --> |
| | | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| | | <!-- 存储权限 6.0以后过时,MODE_PRIVATE --> |
| | | <uses-permission android:name="android.permission.MODE_WORLD_READABLE" /> |
| | | <!-- 接收短信验证码 --> |
| | | <uses-permission android:name="android.permission.RECEIVE_SMS" /> |
| | | |
| | | <!-- 支付必要权限 --> |
| | | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /> |
| | | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /> |
| | | |
| | | <uses-permission-sdk-23 android:name="android.permission.CHANGE_CONFIGURATION" /> |
| | | |
| | | <application |
| | | android:allowBackup="true" |
| | | android:icon="@drawable/app_icon" |
| | |
| | | android:resource="@xml/file_paths" /> |
| | | </provider> |
| | | |
| | | <!--<meta-data--> |
| | | <!--android:name="TrackAppID"--> |
| | | <!--android:value="${TrackAppID}" />--> |
| | | <!--<meta-data--> |
| | | <!--android:name="TrackChannelID"--> |
| | | <!--android:value="${TrackChannelID}" />--> |
| | | <activity |
| | | android:name="com.aoyou.sdk.ui.LoginActivity" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensor" |
| | | android:configChanges="orientation|keyboardHidden|screenSize"> |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" > |
| | | </activity> |
| | | |
| | | <!-- 忘记密码php页面 --> |
| | | <activity |
| | | android:name="com.aoyou.sdk.floatwindow.FloatWebActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:screenOrientation="sensor" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" |
| | | android:configChanges="orientation|keyboardHidden|screenSize"> |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" > |
| | | </activity> |
| | | |
| | | <activity |
| | | android:name="com.aoyou.sdk.ui.ChargeActivity" |
| | | android:theme="@android:style/Theme.Light.NoTitleBar" |
| | | android:screenOrientation="sensor" |
| | | android:launchMode="singleTask" |
| | | android:configChanges="orientation|keyboardHidden|screenSize|navigation" |
| | | /> |
| | | android:launchMode="singleTask" |
| | | android:screenOrientation="sensor" |
| | | android:theme="@android:style/Theme.Light.NoTitleBar" /> |
| | | |
| | | <service android:name="com.aoyou.sdk.SDKAppService"> |
| | | <intent-filter android:priority="1000"> |
| | | <service android:name="com.aoyou.sdk.SDKAppService" > |
| | | <intent-filter android:priority="1000" > |
| | | <action android:name="android.intent.action.RESPOND_VIA_MESSAGE" /> |
| | | </intent-filter> |
| | | </service> |
| | | |
| | | <activity |
| | | android:name="com.tencent.tauth.AuthActivity" |
| | | android:noHistory="true" |
| | | android:launchMode="singleTask" > |
| | | android:launchMode="singleTask" |
| | | android:noHistory="true" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.VIEW" /> |
| | | <action android:name="android.intent.action.VIEW" /> |
| | | |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | <category android:name="android.intent.category.BROWSABLE" /> |
| | | <data android:scheme="tencent"/> |
| | | |
| | | <data android:scheme="tencent" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity |
| | |
| | | </activity> |
| | | <activity |
| | | android:name="com.tencent.connect.common.AssistActivity" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | /> |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar" /> |
| | | |
| | | <!-- alipay sdk begin --> |
| | | <activity |
| | |
| | | android:screenOrientation="behind" |
| | | android:windowSoftInputMode="adjustResize|stateHidden" > |
| | | </activity> |
| | | <activity |
| | | android:name="com.aoyou.sdk.ui.WeChatPayActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:screenOrientation="portrait" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | <!-- 启动语句需要注释调 --> |
| | | <!-- <category android:name="android.intent.category.LAUNCHER" /> --> |
| | | <data |
| | | android:host="MainActivity" |
| | | android:scheme="com.aoyou.sdk" /> |
| | | </intent-filter> |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.VIEW" /> |
| | | |
| | | <category android:name="android.intent.category.DEFAULT" /> |
| | | |
| | | <!--微信登录回调界面--> |
| | | <data android:scheme="" /> |
| | | </intent-filter> |
| | | </activity> |
| | | <activity |
| | | android:name="com.aoyou.sdk.ui.WxH5PayActivity" |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:screenOrientation="portrait" > |
| | | </activity> |
| | | <!-- 微信登录回调界面 --> |
| | | <activity |
| | | android:name="com.aoyou.sdk.wxapi.WXEntryActivity" |
| | | android:label="@string/app_name" |
| | | android:exported="true"> |
| | | android:exported="true" |
| | | android:label="@string/app_name" > |
| | | </activity> |
| | | <!--微信支付回调界面--> |
| | | <!-- 微信支付回调界面 --> |
| | | <activity |
| | | android:name="com.aoyou.sdk.wxapi.WXPayEntryActivity" |
| | | android:exported="true" |
| | | android:launchMode="singleTop" /> |
| | | |
| | | <activity |
| | | android:name="com.aoyou.sdk.ui.PhoneBindingActivity" |
| | | |
| | | android:configChanges="orientation|keyboardHidden|screenSize" |
| | | android:theme="@android:style/Theme.Dialog" |
| | | android:screenOrientation="portrait"> |
| | | android:screenOrientation="portrait" |
| | | android:theme="@android:style/Theme.Dialog" > |
| | | </activity> |
| | | <meta-data |
| | | android:name="WANCMS_APPID" |
| | |
| | | <meta-data |
| | | android:name="TouTiao_Chanel" |
| | | android:value="${TT_Chanel}" /> |
| | | |
| | | <!-- 以下为三方支付页面 --> |
| | | <!-- 微支付SDK界面 --> |
| | | <!-- 显示网页界面 --> |
| | | <activity |
| | | android:name="com.iapppay.sdk.main.WebActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" |
| | | android:theme="@android:style/Theme.Translucent.NoTitleBar" /> |
| | | <activity |
| | | android:name="com.iapppay.ui.activity.PersonCenterActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" /> |
| | | |
| | | <!-- 收银台-普通 --> |
| | | <activity |
| | | android:name="com.iapppay.ui.activity.PayHubActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" /> |
| | | |
| | | <!-- 选择充值金额界面 --> |
| | | <activity |
| | | android:name="com.iapppay.ui.activity.SelectAmountActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" |
| | | android:launchMode="singleTask" /> |
| | | <activity |
| | | android:name="com.iapppay.ui.activity.ChargeActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" |
| | | android:launchMode="singleTask" /> |
| | | <!-- 游戏卡和话费卡界面 --> |
| | | <activity |
| | | android:name="com.iapppay.ui.card.GamepayActivity" |
| | | android:configChanges="screenSize|orientation|keyboard|navigation|layoutDirection" |
| | | android:launchMode="singleTask" /> |
| | | |
| | | </application> |
| | | |