Sri
Sri
@bob-watson may I take this up ?
Hi there is anyone working on this issue? If not may i please try this one out? @parthpatel9414 or @Midas847 may you please advise me if this has been worked...
Hi There May I take This Up ? I am new to Open Source so I want to try this one. Please let me know if it good for me...
Hi @shai-almog can you check if the code below is the correct fix ? Replaced this `v = (Vibrator) getContext().getSystemService(Context.VIBRATOR_SERVICE);` With this ` val v: Vibrator = (getSystemService(Context.VIBRATOR_SERVICE) as? VibratorManager)?.defaultVibrator...
Apologies. may you please let me know if this is the fix? `Vibrator v; if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.S) { VibratorManager vibratorManager = (VibratorManager) getSystemService("vibrator_manager"); v = vibratorManager.getDefaultVibrator(); } else {...
makes sense thanks for the great help
Sure you can take over apologies had some issues with getting devices to test on after the change