Compare commits

..

No commits in common. "678268e9e55fd55139bb7d66d584caa11e4500c7" and "816b847cf4d1dd0e9d70abf62f2e4b0676bedaea" have entirely different histories.

2 changed files with 3 additions and 9 deletions

6
.idea/vcs.xml generated
View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -24,16 +24,16 @@
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.LongYiGroundStation" android:theme="@style/Theme.LongYiGroundStation"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".Funcation.Activity.FuncationActivity" android:name=".Funcation.Activity.FuncationActivity"
android:exported="true" > android:exported="true" >
</activity>
</activity>
<activity <activity
android:name=".Main.Setting.Activity.SettingActivity" android:name=".Main.Setting.Activity.SettingActivity"
android:exported="false" /> android:exported="false" />
<activity <activity
android:name=".MainActivity2" android:name=".MainActivity2"
android:exported="true"></activity> android:exported="true"></activity>