We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8250000 commit 04b76c4Copy full SHA for 04b76c4
1 file changed
app/src/main/java/com/termux/api/TermuxApiReceiver.java
@@ -54,6 +54,7 @@ public void onReceive(Context context, Intent intent) {
54
if (TermuxApiPermissionActivity.checkAndRequestPermissions(context, intent, Manifest.permission.READ_CALL_LOG)) {
55
CallLogAPI.onReceive(context, intent);
56
}
57
+ break;
58
case "Clipboard":
59
ClipboardAPI.onReceive(this, context, intent);
60
break;
0 commit comments