Back to project page android_network_discovery.
The source code is released under:
GNU General Public License
If you think the Android project android_network_discovery listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* * Copyright (C) 2009-2010 Aubort Jean-Baptiste (Rorist) * Licensed under GNU's GPL 2, see README *//*from ww w .j a va 2s . c om*/ package info.lamatricexiste.network.Network; public class OsFingerprint { // private final static String TAG = "OsFingerprint"; public static String finger(long[] longArray) { return null; } }