Updated files.

This commit is contained in:
vsuryakumar
2023-02-04 12:06:10 +05:30
2 changed files with 29 additions and 29 deletions

View File

@@ -39,16 +39,16 @@
android:exported="false" android:exported="false"
android:windowSoftInputMode="adjustPan" android:windowSoftInputMode="adjustPan"
android:parentActivityName="com.example.hpos.presentation.MainActivity"> android:parentActivityName="com.example.hpos.presentation.MainActivity">
<!-- <intent-filter>--> <!-- <intent-filter>-->
<!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />--> <!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />-->
<!-- </intent-filter>--> <!-- </intent-filter>-->
<!-- <meta-data--> <!-- <meta-data-->
<!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"--> <!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"-->
<!-- android:resource="@xml/device_filter" />--> <!-- android:resource="@xml/device_filter" />-->
</activity> </activity>
<!-- android:theme="@style/Theme.HPOS.ActionBar"--> <!-- android:theme="@style/Theme.HPOS.ActionBar"-->
<activity <activity
android:name="com.example.hpos.presentation.MainActivity" android:name="com.example.hpos.presentation.MainActivity"
android:exported="true"> android:exported="true">