I know that galaxy book3 pro 360 supports Spen.
I am checking if Spen is supported in Android app through the code below, but it is not confirmed. How can I check if Spen is supported?
val hasSpenFeature = packageManager.hasSystemFeature(“com.sec.feature.spen_usp”)
val hasSpenStylusFeature = packageManager.hasSystemFeature(“com.sec.feature.spen_stylus”)