|
|
@ -24,7 +24,7 @@
|
|
|
|
<!-- 应用配置 -->
|
|
|
|
<!-- 应用配置 -->
|
|
|
|
<application android:icon="@mipmap/ic_launcher" android:label="@string/app_name">
|
|
|
|
<application android:icon="@mipmap/ic_launcher" android:label="@string/app_name">
|
|
|
|
<!-- 主活动 -->
|
|
|
|
<!-- 主活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.MainActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.MainActivity"
|
|
|
|
android:label="@string/app_name">
|
|
|
|
android:label="@string/app_name">
|
|
|
|
<intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
@ -32,24 +32,24 @@
|
|
|
|
</intent-filter>
|
|
|
|
</intent-filter>
|
|
|
|
</activity>
|
|
|
|
</activity>
|
|
|
|
<!-- 设备列表活动 -->
|
|
|
|
<!-- 设备列表活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.DeviceListActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.DeviceListActivity"
|
|
|
|
android:label="选取连接设备"
|
|
|
|
android:label="选取连接设备"
|
|
|
|
android:theme="@android:style/Theme.Dialog"
|
|
|
|
android:theme="@android:style/Theme.Dialog"
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
<!-- 历史数据活动 -->
|
|
|
|
<!-- 历史数据活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.HistoryActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.HistoryActivity"
|
|
|
|
android:label="历史数据记录"
|
|
|
|
android:label="历史数据记录"
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
<!-- 系统设置活动 -->
|
|
|
|
<!-- 系统设置活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.SettingsActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.SettingsActivity"
|
|
|
|
android:label="系统设置"
|
|
|
|
android:label="系统设置"
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
<!-- 预设方案管理活动 -->
|
|
|
|
<!-- 预设方案管理活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.PresetManagerActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.PresetManagerActivity"
|
|
|
|
android:label="预设方案管理"
|
|
|
|
android:label="预设方案管理"
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
<!-- 图表分析活动 -->
|
|
|
|
<!-- 图表分析活动 -->
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.ChartAnalysisActivity"
|
|
|
|
<activity android:name="com.test.Bluetooh_736_2.Activities.ChartAnalysisActivity"
|
|
|
|
android:label="数据图表分析"
|
|
|
|
android:label="数据图表分析"
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
android:configChanges="orientation|keyboardHidden" />
|
|
|
|
</application>
|
|
|
|
</application>
|
|
|
|