Skip to content

Commit

Permalink
Added NETWORK_STATE permission which will hopefully solve crashes on …
Browse files Browse the repository at this point in the history
…newer Androids
  • Loading branch information
gjedeer committed Dec 7, 2016
1 parent afee0b4 commit e913531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.oakley.fon"
android:versionName="1.5.1" android:versionCode="151" android:installLocation="auto">
android:versionName="1.5.2" android:versionCode="152" android:installLocation="auto">

<meta-data android:name="com.google.android.backup.api_key" android:value="AEdPqrEAAAAIrz2YSu-eoPOUZdBts58P16DSrg8l19ZXzE1SOA" />

<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.BROADCAST_STICKY" />
<uses-permission android:name="android.permission.INTERNET" />
Expand All @@ -13,7 +14,7 @@
<uses-feature android:name="android.hardware.wifi" android:required="true" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false" />

<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="8" />
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="19" />

<application android:icon="@drawable/icon" android:label="@string/app_name">

Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
# project structure.

# Project target.
target=Google Inc.:Google APIs:8
target=Google Inc.:Google APIs:19
apk-configurations=

0 comments on commit e913531

Please sign in to comment.