WearTypeHelper

Added in 1.2.0

class WearTypeHelper


Helper class for determining whether the given Wear OS device is for China or rest of the world.

Summary

Public functions

java-static Boolean

Returns whether the given device is running a China build.

Public functions

isChinaBuild

Added in 1.2.0
java-static fun isChinaBuild(context: Context): Boolean

Returns whether the given device is running a China build. This can be used together with androidx.wear.phone.interactions.PhoneTypeHelper to decide what Uri should be used when opening Play Store on connected phone.

Returns
Boolean

True if device is running a China build and false if it is running the rest of the world build.