...
On Android, System.getSecurityManager()
is not used and the use of a Security Manager is not exercised. However, an Android developer can implement security-sensitive methods so the principle may be applicable on Android.
Bibliography
IH.2.b.b. Declare methods that enforce SecurityManager checks final -- especially in non-final classes. |
...