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:windowSoftInputMode="adjustPan"
android:parentActivityName="com.example.hpos.presentation.MainActivity">
<!-- <intent-filter>-->
<!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />-->
<!-- </intent-filter>-->
<!-- <intent-filter>-->
<!-- <action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED" />-->
<!-- </intent-filter>-->
<!-- <meta-data-->
<!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"-->
<!-- android:resource="@xml/device_filter" />-->
<!-- <meta-data-->
<!-- android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"-->
<!-- android:resource="@xml/device_filter" />-->
</activity>
<!-- android:theme="@style/Theme.HPOS.ActionBar"-->
<!-- android:theme="@style/Theme.HPOS.ActionBar"-->
<activity
android:name="com.example.hpos.presentation.MainActivity"
android:exported="true">