diff --git a/README.md b/README.md new file mode 100644 index 0000000..574fe6d --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ + +# Xmader/google-recorder + +> make [Google Recorder](https://play.google.com/store/apps/details?id=com.google.android.apps.recorder) run on any Android devices (Android >= 9) + +> *Google Recorder is only officially available for Pixel >=2 phones currently.* + +## Dependencies + +* [OpenJDK](https://openjdk.java.net/install/) +* [Apktool](https://github.com/iBotPeaches/Apktool) +* a keystore for `jarsigner` to sign the apk file + +## Usage + +```bash +export KEYSTORE_FILE= +export KEYSTORE_ALIAS= + +./patch.sh +``` + +## License + +MIT