By integrating your Wear OS (or Android Wear) application (or watch face) to include com.rokasjankunas.ticktock.AMBIENT_INTERACTIVE_MODE_CHANGE permission and/or send broadcasts to TickTock Wear application (package name com.rokasjankunas.ticktock) and/or interfere with the work of TickTock Wear application in other way, you agree to the following terms.
-
Broadcast with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_AMBIENT_MODEmust be sent only when your application transitions to ambient mode. -
Broadcast with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODEmust be sent only when your application transitions to interactive mode. -
Your application must always send broadcasts with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_AMBIENT_MODEorcom.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODEwhen the ambient mode changes. -
Your application must not receive broadcasts with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_AMBIENT_MODEand/orcom.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODE. -
Your application must use
com.rokasjankunas.ticktock.AMBIENT_INTERACTIVE_MODE_CHANGEpermission.