Хабр Курсы для всех
РЕКЛАМА
Практикум, Хекслет, SkyPro, авторские курсы — собрали всех и попросили скидки. Осталось выбрать!
while(true) {
if (gps.GetPosition().In(cinema.GetLayout())) {
phone.SetQuietProfile();
}
else {
phone.RestorePreviousProfile();
}
Sleep(1000);
}
while(true) {
if (gps.GetPosition().In(cinema.GetLayout()) && userSetProfile != PROFILE_QUIET) {
userSetProfile = phone.SetQuietProfile();
}
else {
phone.setProfile(userSetProfile);
}
Sleep(1000);
}
RestorePreviousProfile()
phone.setProfile(userSetProfile);
Новый патент Apple: тишина в кино