Hi, I think I found it for <https://kotlinlang.sla...
# compose-wear
f
Hi, I think I found it for https://kotlinlang.slack.com/archives/C02GBABJUAF/p1697642156147229
Copy code
<permission
        android:name="com.samsung.android.clockwork.settings.permission.CHANGE_WATER_LOCK"
        android:protectionLevel="0x3" />
Is it possible to ask Samsung to move their permission level to 0, it is 3 at the moment and I don't think we can sign with their key. For reference: https://developer.android.com/reference/android/R.attr#protectionLevel
👀 2