Home > Mobile >  App calls the function of system camera taking pictures, can also charge?
App calls the function of system camera taking pictures, can also charge?

Time:11-28

I had a android App, androidStudio + Java + androidSdk native development, the App USES the following statement calling system camera photo:

Intent Intent=new Intent (" android. Media. Action. IMAGE_CAPTURE ");
Intent. PutExtra (MediaStore. EXTRA_OUTPUT myUri);
StartActivityForResult (intent, REQUEST_GET_PIC_CODE);


If after my App to collect fees, because will call the camera system, lead to infringement of copyright and other legal issues?

CodePudding user response:

I look at your APP is difficult to receive fees
  • Related