Skip to content

Commit 7e51014

Browse files
hermanliangrogerhu
authored andcommitted
Setup default use permissions (#666)
1 parent fb502dc commit 7e51014

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Parse/src/main/AndroidManifest.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
~ LICENSE file in the root directory of this source tree. An additional grant
88
~ of patent rights can be found in the PATENTS file in the same directory.
99
-->
10-
<manifest package="com.parse">
10+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
11+
package="com.parse">
12+
13+
<uses-permission android:name="android.permission.INTERNET"/>
14+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
15+
1116
<application />
1217
</manifest>

ParseStarterProject/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1111
package="com.parse.starter" >
1212

13-
<uses-permission android:name="android.permission.INTERNET" />
14-
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
15-
1613
<application
1714
android:name=".StarterApplication"
1815
android:allowBackup="false"

0 commit comments

Comments
 (0)