The call methods gets a phone call made.paramphoneNumber the phoneNumber to be called in string formatreturntrue if the service is available System.out.println("phoneNumber is call "+phoneNumber); // native function would need to handle the actual call return true;
System.out.println("phoneNumber is call "+phoneNumber); // native function would need to handle the actual call return true;