How can I figure out Android browser version?


Question

Our company is developing a web application and I have tested it with different browsers. I have noticed that the application does not work on the default internet browser on my Samsung Galaxy S4 phone. However, our developer is unable to find compatibility information, because I cannot tell him the name and version of the browser. It was already installed when I got the phone and it's called "Internet".



I suspect it might be Samsung Internet for Android (https://en.wikipedia.org/wiki/Samsung_Internet_for_Android), but I have been unable to confirm it or find any version information.



My question is: How can I figure out, what browser this actually is and if it is Samsung Internet for Android as I suspect, what is the exact version that I have installed. (I don't have Google Play installed on my phone.)


Answer


  1. Open Settings

  2. Open Apps ( or similar )

  3. Swipe across to System Apps, or Enable them in the drop down menu

  4. Find Internet and open the app

  5. It should show you the Version Number & Package Name,



    4.3 - Example Version



    com.example.company.app




If you can't find it that way, you need to get the package name by opening the APK file like a ZIP file, open manifest as a text file and find the package name statement...



You can also list the packages with another software, this'll show the package names and icon's for easier package identification.



I'm sure you could list all packages on the phone using a terminal emulator, but it's hard to identify the package if you can only see an icon and name.






**Once you have the package name, **



com.example.package.name
 


Search it on a reputable search engine like Google, considering it automatically links you to the app on the PlayStore, it should show relevant information as to what the package is.






EDIT



Check Browser UA



Here's a link to a simple PHP Browser checker....



Recommended to use User Agent String in Comments by Morrison Chang.


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes