...
|
...
|
@@ -8,25 +8,31 @@ |
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
|
|
<uses-permission
|
|
|
android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
|
|
|
tools:ignore="ProtectedPermissions" />
|
|
|
<!-- 允许程序访问WiFi网络信息 -->
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
|
|
|
<!-- 允许程序读写手机状态和身份 -->
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
|
|
|
<!-- 允许程序访问CellID或WiFi热点来获取粗略的位置 -->
|
|
|
tools:ignore="ProtectedPermissions" /> <!-- 允许程序访问WiFi网络信息 -->
|
|
|
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <!-- 允许程序读写手机状态和身份 -->
|
|
|
<uses-permission android:name="android.permission.READ_PHONE_STATE" /> <!-- 允许程序访问CellID或WiFi热点来获取粗略的位置 -->
|
|
|
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
|
|
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
|
|
|
|
|
|
|
|
|
<application
|
|
|
android:name=".MyApplication"
|
|
|
android:allowBackup="true"
|
|
|
android:icon="@mipmap/ic_launcher"
|
|
|
android:icon="@drawable/xuetubao"
|
|
|
android:label="@string/app_name"
|
|
|
android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
android:supportsRtl="true"
|
|
|
android:theme="@style/NoTheme"
|
|
|
android:usesCleartextTraffic="true">
|
|
|
<activity
|
|
|
android:name=".activity.login.WelcomeActivity"
|
|
|
android:screenOrientation="portrait" >
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
|
|
|
<meta-data
|
|
|
android:name="com.amap.api.v2.apikey"
|
|
|
android:value="64d9479176ae933006f461633143e1a6" />
|
...
|
...
|
@@ -37,47 +43,34 @@ |
|
|
android:name=".activity.study.StudyActivity"
|
|
|
android:launchMode="singleTask"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".activity.study.CourseDetailActivity_Video"
|
|
|
android:configChanges="orientation|screenSize|keyboardHidden"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".activity.study.VipActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".MainActivity"
|
|
|
android:launchMode="singleTask">
|
|
|
|
|
|
</activity>
|
|
|
|
|
|
<!-- 绑定微信 -->
|
|
|
android:launchMode="singleTask"></activity> <!-- 绑定微信 -->
|
|
|
<activity
|
|
|
android:name=".activity.login.BdsjActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<!-- 机构登录 -->
|
|
|
android:screenOrientation="portrait" /> <!-- 机构登录 -->
|
|
|
<activity
|
|
|
android:name=".activity.login.JgdlActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<!-- 忘记密码 -->
|
|
|
android:screenOrientation="portrait" /> <!-- 忘记密码 -->
|
|
|
<activity
|
|
|
android:name=".activity.login.ForgetPasActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".activity.personal.InfromationActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".activity.personal.ResumeActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".activity.study.WebActivity"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<activity
|
|
|
android:name=".activity.personal.MessageActivity"
|
|
|
android:screenOrientation="portrait" />
|
...
|
...
|
@@ -116,13 +109,7 @@ |
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".activity.login.LoginActivity"
|
|
|
android:screenOrientation="portrait">
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
</intent-filter>
|
|
|
</activity>
|
|
|
android:screenOrientation="portrait"/>
|
|
|
<activity
|
|
|
android:name=".activity.personal.MoneyHistoryActivity"
|
|
|
android:screenOrientation="portrait" />
|
...
|
...
|
@@ -155,16 +142,12 @@ |
|
|
android:screenOrientation="portrait" />
|
|
|
<activity
|
|
|
android:name=".activity.pratice.c"
|
|
|
android:screenOrientation="portrait" />
|
|
|
|
|
|
<!-- 微信 -->
|
|
|
android:screenOrientation="portrait" /> <!-- 微信 -->
|
|
|
<activity
|
|
|
android:name=".wxapi.WXEntryActivity"
|
|
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
|
|
android:exported="true"
|
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
|
|
|
|
|
|
</application>
|
|
|
|
|
|
|
|
|
</manifest> |
|
|
\ No newline at end of file |
...
|
...
|
|