From d48983c2499bb6801e2a3df8582120d5666a28fb Mon Sep 17 00:00:00 2001 From: Darshan Parajuli Date: Sat, 13 Mar 2021 11:12:22 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9adea8e..d8e9443 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,7 @@ Use ADB to grant `android.permission.READ_LOGS` to LogCatReader. ```sh adb shell "pm grant com.dp.logcatapp android.permission.READ_LOGS && am force-stop com.dp.logcatapp" ``` + +## Contributing + +Pull requests are welcome! Please use [Square's code style](https://github.com/square/java-code-styles) for formatting. 🙏