ConnectSDK / Connect-SDK-Android-Core

Core source code for the Android Connect SDK project
Apache License 2.0
114 stars 79 forks source link

Need another pairing level for WebOSTVService #117

Closed seokhee-lee closed 3 years ago

seokhee-lee commented 3 years ago

webOS has three levels of permission: Open, Protected, and Secure (Personal Activity). Open does not need pairing process but Protected and Secure need pairing process for user to confirm the permission. Although Protected does not ask user's confirmation if there is pairing information, Secure always needs it. To support this different behaviors according to permission level, more various pairing level is needed. Now it only has OFF and ON.

seokhee-lee commented 3 years ago

Merged in master.