陈嘉乐
2020-06-16 7167334c0e89dd84827d59e726123d14776e3a09
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="202003031" android:versionName="1.0.1.202003031" package="com.hdl.onpro">
    <uses-sdk android:minSdkVersion="23" android:targetSdkVersion="28" />
    <application android:allowBackup="true" android:icon="@drawable/Icon" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:label="HDL ON +"></application>
    <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>