Skip to content

Commit

Permalink
WS
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Jan 23, 2018
1 parent 51eb622 commit fe09f37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>

<!-- Allows the app to get the list of accounts known by the phone. This may include any accounts
created by applications you have installed. -->
created by applications you have installed. -->
<!-- android.permission-group.ACCOUNTS -->
<uses-permission android:name="android.permission.GET_ACCOUNTS"/>

Expand All @@ -48,8 +48,8 @@
android:maxSdkVersion="18"/>

<!-- Allows the app to create network sockets and use custom network protocols. The browser and
other applications provide means to send data to the internet, so this permission is not
required to send data to the internet. -->
other applications provide means to send data to the internet, so this permission is not
required to send data to the internet. -->
<!-- android.permission-group.NETWORK -->
<uses-permission android:name="android.permission.INTERNET"/>

Expand All @@ -59,7 +59,7 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>

<!-- Allows the app to view information about Wi-Fi networking, such as whether Wi-Fi is enabled
and name of connected Wi-Fi devices. -->
and name of connected Wi-Fi devices. -->
<!-- android.permission-group.NETWORK -->
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>

Expand Down

0 comments on commit fe09f37

Please sign in to comment.