https://kotlinlang.org logo
#compose-wear
Title
# compose-wear
f

florent

10/24/2023, 11:17 AM
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
2 Views