| | |
| | | <application |
| | | android:name=".HDLApp" |
| | | android:allowBackup="true" |
| | | android:icon="@drawable/version_icon" |
| | | android:icon="@drawable/logo" |
| | | android:label="@string/app_name" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:roundIcon="@drawable/version_icon" |
| | | android:roundIcon="@drawable/logo" |
| | | android:supportsRtl="true" |
| | | android:theme="@style/Theme.PhotovoltaicDebug"> |
| | | <activity |
| | | android:name=".ui.message.SearchMessageActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.DeviceSearchActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.HouseSearchActivity" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.home.HomePageFragment" |
| | | android:exported="false" /> |
| | | <activity |
| | | android:name=".ui.powerstation.HouseListEditActivity" |
| | | android:exported="false" /> |
| | | <activity |