File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.stealthcotper.networktools"
4
4
>
5
+ <!-- Debug package contains write storage for screenshots in CI server and wake lock to keep emulator screen on-->
5
6
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
7
+ <uses-permission android : name =" android.permission.WAKE_LOCK" />
6
8
</manifest >
Original file line number Diff line number Diff line change 4
4
>
5
5
6
6
<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" />
9
7
10
8
<application
11
9
android : allowBackup =" true"
Original file line number Diff line number Diff line change 1
1
# Android Network Tools ![ image] ( ./app/src/main/res/mipmap-xhdpi/ic_launcher.png )
2
2
3
3
[ ![ 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
4
8
5
9
Disapointed by the lack of good network apis in android / java I developed a collection of handy networking tools for everyday android development.
6
10
You can’t perform that action at this time.
0 commit comments