Skip to content

Instantly share code, notes, and snippets.

View kakanang0208's full-sized avatar

kakanang thongsin kakanang0208

  • Thailand
  • 01:25 (UTC +07:00)
View GitHub Profile
@kakanang0208
kakanang0208 / UAgentInfo.java
Created May 7, 2024 11:30 — forked from bryanjswift/UAgentInfo.java
User Agent detection in Java
/* *******************************************
// LICENSE INFORMATION
// The code, "Detecting Smartphones Using PHP"
// by Anthony Hand, is licensed under a Creative Commons
// Attribution 3.0 United States License.
//
// Updated 01 March 2010 by Bryan J Swift
// - Remove un-needed if statements instead just returning the boolean
// inside the if clause
//