From cd0ec7c3676fac67f10e2f9a30131753b4b5e115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C4=9F=C4=B1z=20Zengin?= Date: Tue, 30 Sep 2025 21:11:30 +0300 Subject: [PATCH] Updated Library Documentation (markdown) --- Library-Documentation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library-Documentation.md b/Library-Documentation.md index e82fc1b..f51e125 100644 --- a/Library-Documentation.md +++ b/Library-Documentation.md @@ -363,6 +363,10 @@ int main(int argc, char** argv) { * `std::string multipleToString(sizeCastTypes type)` - Convert input multiple variable to string. * `std::string format(const char *format, ...)` - Format it input and return as string. +#### Android-Specif +* `bool androidReboot(std::string_view arg)` - Reboot device to `arg`. +* `std::string getProperty(std::string_view prop)` - Read `prop` property and return. + --- ### Compling and linking