Commit 7ccbc6a70ae8225d8704c4e016c39c31d94d48d9
1 parent
664e9e38
1.赛事详情
Showing
1 changed file
with
2 additions
and
3 deletions
moudle_pedometer/src/main/AndroidManifest.xml
| ... | ... | @@ -99,15 +99,14 @@ |
| 99 | 99 | |
| 100 | 100 | <activity |
| 101 | 101 | android:name="com.cnlive.moudle.pedometer.ui.activity.PedometerMainActivity" |
| 102 | - android:launchMode="singleInstance" | |
| 102 | + android:launchMode="singleTask" | |
| 103 | 103 | android:process=":step" /> |
| 104 | 104 | <activity |
| 105 | 105 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunningMapActivity" |
| 106 | 106 | android:process=":step" /> <!-- android:theme="@style/Theme.AppCompat.Light.NoActionBar" --> |
| 107 | 107 | <activity |
| 108 | 108 | android:name="com.cnlive.moudle.pedometer.ui.activity.RunRaceDetailActivity" |
| 109 | - android:process=":step" | |
| 110 | - android:theme="@style/Theme.AppCompat.Light.NoActionBar" /> | |
| 109 | + android:process=":step" /> | |
| 111 | 110 | </application> |
| 112 | 111 | |
| 113 | 112 | </manifest> |
| 114 | 113 | \ No newline at end of file | ... | ... |