Back to project page droid-fake-road.
The source code is released under:
Apache License
If you think the Android project droid-fake-road listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package mobi.droid.fakeroad; /** * @author ak */ public interface Actions{ String ACTION_START_MOVING = "start.moving"; String ACTION_STOP_MOVING = "stop.moving"; }