Profile Configuration.
[profile/tv/apps/native/screen-reader.git] / include / screen_reader_system.h
1 #ifdef SCREEN_READER_MOBILE
2 void system_notifications_init(void);
3 void system_notifications_shutdown(void);
4
5 void device_time_get(void);
6 void device_battery_get(void);
7 void device_signal_strenght_get(void);
8 void device_missed_events_get(void);
9 void device_date_get(void);
10 void device_bluetooth_get(void);
11 #endif