I am creating an app that uses SPen sdk . the sdk is only Galaxy Note compatible . I want to know at runtime if the phone my app is running on is Galaxy Note , if so I want to make use of SPen SDK classes , else i want to use Simple Canvas . Is there any way of making sure that the phone is Galaxy Note .
Thank You
The S Pen SDK has a method:
SDrawLibrary.isSupportedModel()
It should return true if it's a supported device.