Skip to content

Commit 9168141

Browse files
committed
Added circleci badge to readme and moved debug permisssions
1 parent ed86e7a commit 9168141

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/src/androidTest/AndroidManifest.xml renamed to app/src/debug/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.stealthcotper.networktools"
44
>
5+
<!-- Debug package contains write storage for screenshots in CI server and wake lock to keep emulator screen on-->
56
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
7+
<uses-permission android:name="android.permission.WAKE_LOCK"/>
68
</manifest>

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
>
55

66
<uses-permission android:name="android.permission.INTERNET" />
7-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
8-
<uses-permission android:name="android.permission.WAKE_LOCK"/>
97

108
<application
119
android:allowBackup="true"

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Android Network Tools ![image](./app/src/main/res/mipmap-xhdpi/ic_launcher.png)
22

33
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-AndroidNetworkTools-green.svg?style=true)](https://android-arsenal.com/details/1/3112)
4+
[![circlci](https://circleci.com/gh/:stealthcopter/:AndroidNetworkTools.png?style=shield&circle-token=:e46ddda1fe795e278fe838cf59d103d4a694c277)]
5+
6+
7+
https://circleci.com/gh/stealthcopter/AndroidNetworkTools.png?style=shield&circle-token=:e46ddda1fe795e278fe838cf59d103d4a694c277
48

59
Disapointed by the lack of good network apis in android / java I developed a collection of handy networking tools for everyday android development.
610

0 commit comments

Comments
 (0)