Added First Parameter Step , Stored the device paramters , first paramters and baseline paramters

This commit is contained in:
Ramandeep
2022-01-28 00:23:13 +05:30
parent b37dd9fc93
commit e4da869e1d
7 changed files with 983 additions and 612 deletions

View File

@@ -11,20 +11,20 @@
android:roundIcon="@drawable/shanmukha_logo_small"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity android:name="shanmukha.in.sickle_cell.SplashScreen" android:screenOrientation="portrait"><intent-filter>
<activity android:name="shanmukha.in.sickle_cell.UI.SplashScreen" android:screenOrientation="portrait"><intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="shanmukha.in.sickle_cell.Serial_Com" android:screenOrientation="portrait"> <intent-filter>
</activity>
<activity android:name="shanmukha.in.sickle_cell.UI.SerialData" android:screenOrientation="portrait"> <intent-filter>
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />
</intent-filter></activity>
<service
android:name="shanmukha.in.sickle_cell.UsbService"
android:name="shanmukha.in.sickle_cell.Service.UsbService"
android:enabled="true">
</service>
</application>
</manifest>
</manifest>