package com.crossbow.wear.core; /** * Constants used by both wearable and the handheld */ public interface WearConstants { String IMAGE_TRANSFORMER_KEY = "com.crossbow.wear.transform_image_key"; }