# Basic configuration
# 1. Developer machine & data cable
# 1.1 Purchasing the imoo Watch Phone
There is no difference in the development of each model, so please purchase the watch model you need from e-commerce, offline and other channels according to the application characteristics and testing needs.
# 1.2 Development debugging cables Acquisition
Contact imoo to get it.
# 2. Version-compatible configuration
- The system versions are
Android 7.1andAndroid 8.1.
- Manifest configuration
<uses-feature android:name="android.hardware.type.watch" />
# 3. Modes of exit from the interface
- The default theme supports right-slide exit.
- To block right-slide exit, add the following code under Theme Configuration.
<item name="android:windowSwipeToDismiss">false</item>