Skip to content

Commit c2e4da9

Browse files
committed
修复小米8上运行崩溃问题,感谢提出bug的朋友。
1 parent 90842db commit c2e4da9

File tree

14 files changed

+4
-3
lines changed

14 files changed

+4
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <!-- 读取扩展存储 -->
1414
<uses-permission android:name="android.permission.INTERNET" /><!--网络访问-->
1515
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /><!--应用安装-->
16-
<uses-permission android:name="android.permission.RECORD_AUDIO"/><!--录音-->
16+
<uses-permission android:name="android.permission.RECORD_AUDIO" /><!--录音-->
1717

1818
<application
1919
android:name=".WeatherApplication"
2020
android:allowBackup="true"
2121
android:icon="@mipmap/icon_logo"
2222
android:label="@string/app_name"
23+
android:largeHeap="true"
2324
android:networkSecurityConfig="@xml/network_security_config"
2425
android:roundIcon="@mipmap/icon_logo"
2526
android:supportsRtl="true"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)