Skip to content

Instantly share code, notes, and snippets.

View andcecilia's full-sized avatar

Cecilia Pesce andcecilia

  • Joinville, SC
View GitHub Profile
@andcecilia
andcecilia / JogScan Privacy Policy
Created June 28, 2023 02:46
JogScan Privacy Policy
PRIVACY POLICY
Last updated June 27, 2023
This privacy notice for Erick Yamato ("Company," "we," "us," or "our"), describes how and why we might collect, store, use, and/or share ("process") your information when you use our services ("Services"), such as when you:
Download and use our mobile application (JogScan), or any other application of ours that links to this privacy notice
Engage with us in other related ways, including any sales, marketing, or events
Questions or concerns? Reading this privacy notice will help you understand your privacy rights and choices. If you do not agree with our policies and practices, please do not use our Services. If you still have any questions or concerns, please contact us at emy.developer@icloud.com.
SUMMARY OF KEY POINTS
This summary provides key points from our privacy notice, but you can find out more details about any of these topics by clicking the link following each key point or by using our table of contents below to find the section you are looking for.
What pe
@andcecilia
andcecilia / JogScan Support
Created June 18, 2023 19:36
JogScan Support Info
Contact us about JogScan: cecilia.andrea.pesce@icloud.com or emy.developer@icloud.com
public class Actress {
int listIndex;
int year;
int age;
String name;
String movie;
public Actress(){
}