| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| | | package="com.hdl.photovoltaic"> |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | package="com.hdl.photovoltaic" > |
| | | |
| | | <uses-permission |
| | | android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" |
| | | tools:ignore="ProtectedPermissions" /> |
| | | <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.VIBRATE" /> |
| | | |
| | | <application |
| | | android:name=".HDLApp" |
| | |
| | | android:label="@string/app_name" |
| | | android:roundIcon="@mipmap/ic_launcher_round" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | android:theme="@style/Theme.PhotovoltaicDebug" > |
| | | <activity |
| | | android:name=".ui.device.FastScanActivity" |
| | | android:exported="false" /> |
| | |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.StartActivity" |
| | | android:exported="true"> |
| | | android:exported="true" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | | |