I recommend not using com.clover.sdk.util.Platform class to control layout appearance. You should use standard Android APIs whenever possible. Please see the article https://developer.android.com/training/multiscreen...
adb shell getprop | grep modelAlso can you tell us which version of clover-android-sdk you are using, check your build.gradle files to see. If you are using release 152.9 or older it likely won't detect your device correctly and you should upgrade to a more recent version.
Thanks for your response.
Actually Platform.isCloverFlex() is working on real clover Flex device but not on Genymotion Emulator even I've set up emulator following clover developer setup recommendations.
I see, yes the com.clover.sdk.util.Platform methods will not work on emulators.
2 People are following this question.