优化并增加日志
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
android:theme="@style/Theme.IntelligentShelves"
|
||||
android:usesCleartextTraffic="true">
|
||||
<activity
|
||||
android:name=".InitActivity"
|
||||
android:name=".activity.InitActivity"
|
||||
android:exported="true"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="DiscouragedApi,LockedOrientationActivity">
|
||||
@@ -37,13 +37,14 @@
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".HomeActivity"
|
||||
android:name=".activity.HomeActivity"
|
||||
android:screenOrientation="portrait"/>
|
||||
<activity
|
||||
android:name=".ShelfActivity"
|
||||
android:name=".activity.ShelfActivity"
|
||||
android:screenOrientation="portrait"
|
||||
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
|
||||
<activity android:name="com.shuwei.intelligent.shelves.SettingActivity" />
|
||||
<activity android:name="com.shuwei.intelligent.shelves.activity.SettingActivity" />
|
||||
<activity android:name="com.shuwei.intelligent.shelves.activity.LogActivity" />
|
||||
|
||||
<receiver
|
||||
android:name=".utils.BootReceiver"
|
||||
|
||||
Reference in New Issue
Block a user