Back to project page ECU-Obd-Elm327-Bluetooth.
The source code is released under:
GNU General Public License
If you think the Android project ECU-Obd-Elm327-Bluetooth listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/* T?RKAY B?L?YOR turkaybiliyor@hotmail.com *//*from w ww . j a v a 2s .c o m*/ package com.obdelm327; import android.os.Bundle; import android.preference.PreferenceActivity; public class Prefs extends PreferenceActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); addPreferencesFromResource(R.xml.preference); } }