File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
exercise-assessment-kt/src/main Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
33
4+ <uses-permission android : name =" android.permission.INTERNET" />
5+
46 <application
57 android : allowBackup =" true"
68 android : name =" com.myscript.iink.samples.batchmode.IInkApplication"
Original file line number Diff line number Diff line change 55
66<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
77
8+ <uses-permission android : name =" android.permission.INTERNET" />
9+
810 <application
911 android : allowBackup =" true"
1012 android : name =" com.myscript.iink.samples.assessment.MyIInkApplication"
Original file line number Diff line number Diff line change 55
66<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
77
8+ <uses-permission android : name =" android.permission.INTERNET" />
9+
810 <application
911 android : allowBackup =" true"
1012 android : name =" com.myscript.iink.samples.search.MyIInkApplication"
Original file line number Diff line number Diff line change 55
66<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
77
8+ <uses-permission android : name =" android.permission.INTERNET" />
89 <uses-permission android : name =" android.permission.VIBRATE" />
910
1011 <application
You can’t perform that action at this time.
0 commit comments