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_MODE
must be sent only when your application transitions to ambient mode. -
Broadcast with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODE
must 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_MODE
orcom.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODE
when the ambient mode changes. -
Your application must not receive broadcasts with intent action
com.rokasjankunas.ticktock.TRANSITION_TO_AMBIENT_MODE
and/orcom.rokasjankunas.ticktock.TRANSITION_TO_INTERACTIVE_MODE
. -
Your application must use
com.rokasjankunas.ticktock.AMBIENT_INTERACTIVE_MODE_CHANGE
permission.