Skip to content

Commit

Permalink
Android:APIJSONApp 适配全面屏
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy authored and Tommy committed Feb 23, 2020
1 parent 35fb4f2 commit 1317a47
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<!-- 需要的权限 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<uses-permission android:name="android.permission.INTERNET" />
<!-- CommonUtil等类的部分功能需要,不需要的功能对应的权限可不复制粘贴 <<<<<< -->
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Expand All @@ -29,6 +28,9 @@
android:label="@string/app_name"
android:theme="@style/AppTheme" >

<!-- 更好的适配全面屏 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>-->
<meta-data android:name="android.max_aspect" android:value="2.1" />

<activity
android:name="zuo.biao.library.ui.SelectPictureActivity"
android:screenOrientation="portrait"
Expand Down

0 comments on commit 1317a47

Please sign in to comment.