I have 2 APKs, one for normal devices and one for Android wear. In the wear xml I have this line:
<uses-feature android:name="android.hardware.type.watch" android:required="true" />
which works ok. However in the non-wear devices I want to filter out all wear devices in the XML. Is that possible ?
No comments:
Post a Comment