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