Skip to content

Commit c833a66

Browse files
authored
Update README.md
1 parent 9fb405c commit c833a66

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Dev-QuickSettings
22
## What is this?
3-
Android Quick Settings Tiles for Android developers, written in [Kotlin](https://kotlinlang.org/).
3+
Android Quick Settings Tiles for Android development written in [Kotlin](https://kotlinlang.org/).
44

55
![Main image](https://raw.githubusercontent.com/adriangl/Android-Dev-QuickSettings/master/graphics/screenshots/en-US_main.png)
66

77
The app is based on the work of [Nick Butcher](https://github.com/nickbutcher) and his [Animator Duration Quick Settings Tile](https://github.com/nickbutcher/AnimatorDurationTile) which I borrowed for the animation duration tile.
88

9-
## Current features
9+
### Requirements
10+
* An Android device, obviously :)
11+
* Android 7.0 (Nougat) or greater, API 24+
12+
13+
### Current features
1014
The app provides a few Quick Settings tiles that act as shortcut to Development Options in the Android device:
1115
* USB Debugging
1216
* Demo mode
@@ -16,10 +20,9 @@ The app provides a few Quick Settings tiles that act as shortcut to Development
1620
* Destroy activities
1721

1822
## Where can I get it?
19-
You can get it from [Google Play](https://play.google.com/store/apps/details?id=com.adriangl.devquicksettings) or from the [Releases](https://github.com/adriangl/Android-Dev-QuickSettings/releases) page :)
20-
21-
[![Get it on Google Play](https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png)](https://play.google.com/store/apps/details?id=com.adriangl.devquicksettings)
23+
You can get it from [Google Play](https://play.google.com/store/apps/details?id=com.adriangl.devquicksettings) or you can download the APK file from the [Releases](https://github.com/adriangl/Android-Dev-QuickSettings/releases) page.
2224

25+
<a href="https://play.google.com/store/apps/details?id=com.adriangl.devquicksettings"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" alt="Get it on Google Play" width="250px"></a>
2326

2427
## License
2528
```
@@ -36,4 +39,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
3639
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
3740
See the License for the specific language governing permissions and
3841
limitations under the License.
39-
```
42+
```

0 commit comments

Comments
 (0)