From a4a416e7a048e1a463ba751d00041867818d7585 Mon Sep 17 00:00:00 2001 From: Noam Tamim Date: Mon, 18 Jul 2016 22:36:29 +0300 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b98738 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Kaltura Device Info + +A simple app that collects some diagnostic information about an Android device and allows sharing it using a standard share Intent. + +The data is collected into a JSONObject and displayed as JSON on screen. It is shares as JSON text. The app is used to diagnose Media and DRM issues. + +## Play Store +The app is free (and ad-free) on the Play Store: +https://play.google.com/store/apps/details?id=com.kaltura.kalturadeviceinfo + + + + [![Build Status](https://travis-ci.org/kaltura/kaltura-device-info-android.svg?branch=master)](https://travis-ci.org/kaltura/kaltura-device-info-android) +