Refactor connecting to SAP service and sending messages in queue
Sending and receiving works correctly, however establishing an SAP connection takes too long
This commit is contained in:
committed by
Frank Morgner
parent
023550ac11
commit
f2a68c95c1
@@ -4,7 +4,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:fitsSystemWindows="true"
|
||||
tools:context="com.vsmartcard.smartcardemulator.MainActivity">
|
||||
tools:context="com.vsmartcard.acardemulator.MainActivity">
|
||||
|
||||
<android.support.design.widget.AppBarLayout
|
||||
android:id="@+id/app_bar"
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
]>
|
||||
<resources>
|
||||
|
||||
<application name="HelloAccessoryProvider" >
|
||||
<application name="VirtualSmartCardReader" >
|
||||
<serviceProfile
|
||||
id="/sample/hello"
|
||||
name="helloaccessory"
|
||||
id="/com/vsmcartcard"
|
||||
name="VirtualSmartCardReaderProvider"
|
||||
role="provider"
|
||||
serviceImpl="com.vsmartcard.acardemulator.SmartcardProviderService"
|
||||
version="1.0"
|
||||
|
||||
Reference in New Issue
Block a user