Skip to content

Commit

Permalink
New version 1.12.2 to add support for more devices
Browse files Browse the repository at this point in the history
  • Loading branch information
caarmen committed Jun 8, 2014
1 parent 965d15e commit 6f8d876
Show file tree
Hide file tree
Showing 2 changed files with 10,905 additions and 3 deletions.
10 changes: 7 additions & 3 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ca.rmen.android.networkmonitor"
android:versionCode="11201"
android:versionName="1.12.1" >
android:versionCode="11202"
android:versionName="1.12.2" >

<uses-sdk
android:minSdkVersion="8"
Expand All @@ -18,7 +18,11 @@
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.BATTERY_STATS"/>
<uses-feature android:required="false" android:name="android.hardware.telephony"/>
<uses-feature android:required="false" android:name="android.hardware.location"/>
<uses-feature android:required="false" android:name="android.hardware.location.gps"/>
<uses-feature android:required="false" android:name="android.hardware.location.network"/>
<uses-feature android:required="false" android:name="android.hardware.touchscreen"/>
<uses-feature android:required="false" android:name="android.hardware.wifi"/>

<application
android:name="ca.rmen.android.networkmonitor.app.NetMonApplication"
Expand Down
Loading

0 comments on commit 6f8d876

Please sign in to comment.