Back to project page android-weather-station.
The source code is released under:
Apache License
If you think the Android project android-weather-station 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 de.grundid.weather; public class Constants { public static final String TAG = "WEATHER"; public static final String ACTION_USB_PERMISSION = "de.friedger.android.usbnfcreader.USB_PERMISSION"; }