File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
ParseStarterProject/src/main Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments