wjc
2023-06-05 57e16d05ef4924a480a5895cdb485556cc820e9b
app/src/main/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.photovoltaic" >
    package="com.hdl.photovoltaic">
    <application
        android:name=".HDLApp"
@@ -9,16 +9,19 @@
        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.home.MyPowerStationActivity"
            android:name=".ui.device.FastScanActivity"
            android:exported="false" />
        <activity
            android:name=".ui.Login.HomeLoginActivity"
            android:name=".ui.MyPowerStationActivity"
            android:exported="false" />
        <activity
            android:name=".ui.HomeLoginActivity"
            android:exported="false" />
        <activity
            android:name=".ui.StartActivity"
            android:exported="true" >
            android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />