Skip to main content
The 2024 Developer Survey results are live! See the results

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I cannot test it since I have no rooted android device. But it would make sense since it is a kind of security problem since every simple bad app could find out the security patch level and then only use the most easy security hole to to its bad work.
    – tardis
    Commented Jan 11, 2017 at 10:13
  • 1
    It works without root. Most (maybe all) of the files in /system are publicly readable, so just running the following command does the trick: cat /system/build.prop | grep security
    – v6ak
    Commented Oct 8, 2017 at 9:37