package com.ifpdos.debugmenu.action;

import android.content.Context;

/* JADX INFO: loaded from: classes.dex */
public class CameraSwitchWithSourceAction extends NFCSwitchWithSourceAction {
    public CameraSwitchWithSourceAction(Context context) {
        super(context);
    }

    @Override // com.ifpdos.debugmenu.action.NFCSwitchWithSourceAction
    public String getRequestUdiUrl() {
        return "/v1/system/usb/camera/source ";
    }
}
