TMS Service
Name
Type
Length
Description
Example
Required
// for app_name
// if you are Retail developer then "LYL_COPMANYNAME"
// if you are an Bank developer "BNK_ID_COMPANYNAME"<manifest ... >
...
<application ... >
...
<meta-data android:name="app_name" android:value="LYL_COMPANYNAME" />
<meta-data android:name="app_model_type" android:value="400TR" /> // For 400TR devices
<meta-data android:name="app_version" android:value="40000110" /> // Change Android Version major/minor/build into integer. We kindly request this change. Version no must start with 400. Example: 40000110.
</application>
...Last updated