Started news import.
This commit is contained in:
parent
3a7a154761
commit
dc54c0477e
@ -559,4 +559,9 @@ public class ActivityMainScreen extends ActivityGeneric
|
||||
Miscellaneous.messageBox(title, text, ActivityMainScreen.getActivityMainScreenInstance());
|
||||
}
|
||||
|
||||
void checkForNews()
|
||||
{
|
||||
String newsUrl = "https://server47.de/automation/appNews.php";
|
||||
String newsContent = Miscellaneous.downloadURL(newsUrl, null, null);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user