voice-react-native-sdk 2.0.0-preview.fork.6 → 2.0.0-preview.fork.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -34,10 +34,13 @@ public class VoiceActivityProxy {
|
|
|
34
34
|
}
|
|
35
35
|
public void onCreate(Bundle ignoredSavedInstanceState) {
|
|
36
36
|
logger.debug("onCreate(): invoked");
|
|
37
|
-
|
|
37
|
+
|
|
38
|
+
/* April 3, 2026 - Commenting out the permission check since we are doing permission management in the expo app.
|
|
38
39
|
if (!checkPermissions()) {
|
|
39
40
|
requestPermissions();
|
|
40
41
|
}
|
|
42
|
+
*/
|
|
43
|
+
|
|
41
44
|
// These flags ensure that the activity can be launched when the screen is locked.
|
|
42
45
|
Window window = context.getWindow();
|
|
43
46
|
window.addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED
|