Hello,
We have a Gear App which connects to Android Host with the package name "project".
We have added the following line in "config.xml" of Gear Application
<tizen:metadata key="master_app_packagename" value="com.organization.project"/>
Is it possible to connect the same Gear Application to the Android Application with different package name.
For ex., If I add the following line in config.xml file
<tizen:metadata key="master_app_packagename" value="com.organization.project2"/>
so that my Gear Application connects to whichever Host application is present at Android side.