SocketPermission  |  API reference  |  Android Developers (original) (raw)

class SocketPermission : Permission, Serializable

Legacy security code; do not use.

Summary

Public constructors
SocketPermission(host: String!, action: String!)
Public methods
String! getActions()
Boolean implies(p: Permission!)
Inherited functions
From class Permission Unit checkGuard(object: Any!) String! getName() PermissionCollection! newPermissionCollection()

Public constructors

SocketPermission

SocketPermission(
    host: String!,
    action: String!)

Public methods

getActions

fun getActions(): String!

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.