|
@@ -1,64 +1,51 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<!--
|
|
|
- ~ *********************************************************************************************************************
|
|
|
- ~
|
|
|
- ~ iFHS7.
|
|
|
- ~ ;BBMBMBMc rZMBMBR BMB
|
|
|
- ~ MBEr:;PBM, 7MBMMEOBB: BBB RBW
|
|
|
- ~ XK: BO SB. :SZ MBM. c;; ir BBM :FFr :SSF: ;xBMB:r iuGXv. i:. iF2;
|
|
|
- ~ DBBM0r. :D S7 ;XMBMB GMBMu. MBM: BMB MBMBBBMBMS WMBMBMBBK MBMBMBM BMBRBMBW .MBMBMBMBB
|
|
|
- ~ :JMRMMD .. , 1MMRM1; ;MBMBBR: MBM ;MB: BMB: MBM. RMBr sBMH BM0 UMB, BMB. KMBv
|
|
|
- ~ ;. XOW B1; :uM: 1RE, i .2BMBs rMB. MBO MBO JMB; MBB MBM BBS 7MBMBOBM: MBW :BMc
|
|
|
- ~ OBRJ.SEE MRDOWOR, 3DE:7OBM . ;BMB RMR7BM BMB MBB. BMB ,BMR .BBZ MMB rMB, BMM rMB7
|
|
|
- ~ :FBRO0D0 RKXSXPR. JOKOOMPi BMBSSWBMB; BMBB: MBMB0ZMBMS .BMBOXRBMB MBMDE RBM2;SMBM; MBB xBM2
|
|
|
- ~ iZGE O0SHSPO. uGZ7. sBMBMBDL :BMO OZu:BMBK, rRBMB0; ,EBMB xBMBr:ER. RDU :OO;
|
|
|
- ~ ,BZ, 1D0 RPSFHXR. xWZ .SMr . .BBB
|
|
|
- ~ :0BMRDG RESSSKR. 2WOMBW; BMBMR
|
|
|
- ~ i0BM: SWKHKGO MBDv
|
|
|
- ~ .UB OOGDM. MK, Copyright (c) 2015-2019. 斯伯坦机器人
|
|
|
- ~ , XMW ..
|
|
|
- ~ r All rights reserved.
|
|
|
- ~
|
|
|
- ~ *********************************************************************************************************************
|
|
|
- -->
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
- xmlns:tools="http://schemas.android.com/tools" package="com.sybotan.android.demo">
|
|
|
+ xmlns:tools="http://schemas.android.com/tools"
|
|
|
+ package="com.sybotan.android.demo">
|
|
|
|
|
|
- <uses-permission android:name="android.permission.INTERNET"/>
|
|
|
- <uses-permission android:name="android.permission.BLUETOOTH"/>
|
|
|
- <!-- SD卡中创建与删除文件权限 -->
|
|
|
- <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" tools:ignore="ProtectedPermissions"/>
|
|
|
- <!-- 向SDCard写入数据权限 -->
|
|
|
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
|
|
|
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
|
|
|
+ <uses-permission android:name="android.permission.INTERNET" />
|
|
|
+ <uses-permission android:name="android.permission.BLUETOOTH" /> <!-- SD卡中创建与删除文件权限 -->
|
|
|
+ <uses-permission
|
|
|
+ android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
|
|
|
+ tools:ignore="ProtectedPermissions" /> <!-- 向SDCard写入数据权限 -->
|
|
|
+ <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
|
|
|
+ <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> <!-- 摄像头 -->
|
|
|
+ <uses-permission android:name="android.permission.CAMERA" />
|
|
|
|
|
|
- <!-- 摄像头 -->
|
|
|
- <uses-permission android:name="android.permission.CAMERA" />
|
|
|
- <uses-feature android:name="android.hardware.camera" />
|
|
|
- <uses-feature android:name="android.hardware.camera.autofocus" />
|
|
|
+ <uses-feature android:name="android.hardware.camera" />
|
|
|
+ <uses-feature android:name="android.hardware.camera.autofocus" />
|
|
|
|
|
|
- <application
|
|
|
- android:name=".DemoApp"
|
|
|
- android:allowBackup="true"
|
|
|
- android:icon="@mipmap/ic_launcher"
|
|
|
- android:label="@string/app_name"
|
|
|
- android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
- android:supportsRtl="true"
|
|
|
- android:networkSecurityConfig="@xml/network_security_config"
|
|
|
- android:theme="@style/AppTheme">
|
|
|
- <activity android:name=".activities.MainActivity">
|
|
|
- <intent-filter>
|
|
|
- <action android:name="android.intent.action.MAIN"/>
|
|
|
+ <application
|
|
|
+ android:name=".DemoApp"
|
|
|
+ android:allowBackup="true"
|
|
|
+ android:icon="@mipmap/ic_launcher"
|
|
|
+ android:label="@string/app_name"
|
|
|
+ android:networkSecurityConfig="@xml/network_security_config"
|
|
|
+ android:roundIcon="@mipmap/ic_launcher_round"
|
|
|
+ android:supportsRtl="true"
|
|
|
+ android:theme="@style/AppTheme">
|
|
|
+ <activity
|
|
|
+ android:name=".activities.poc.SceneActivity"
|
|
|
+ android:exported="true">
|
|
|
|
|
|
- <category android:name="android.intent.category.LAUNCHER"/>
|
|
|
- </intent-filter>
|
|
|
- </activity>
|
|
|
- <activity android:name=".activities.GraphyActivity">
|
|
|
- </activity>
|
|
|
- <activity android:name=".activities.WebViewActivity">
|
|
|
+ </activity>
|
|
|
+ <activity
|
|
|
+ android:name=".activities.poc.SpaceActivity"
|
|
|
+ android:exported="true">
|
|
|
|
|
|
- </activity>
|
|
|
+ </activity>
|
|
|
+ <activity android:name=".activities.MainActivity">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.MAIN" />
|
|
|
|
|
|
- </application>
|
|
|
+ <category android:name="android.intent.category.LAUNCHER" />
|
|
|
+ </intent-filter>
|
|
|
+ </activity>
|
|
|
+ <activity android:name=".activities.GraphyActivity" />
|
|
|
+ <activity android:name=".activities.WebViewActivity" />
|
|
|
+ <activity android:name=".activities.PocActivity">
|
|
|
+
|
|
|
+ </activity>
|
|
|
+ </application>
|
|
|
|
|
|
</manifest>
|