File tree Expand file tree Collapse file tree
classes/com/SimpleScan/simplescan
android/support/v7/appcompat
com/SimpleScan/simplescan Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 <classpathentry kind =" src" path =" gen" />
55 <classpathentry kind =" con" path =" com.android.ide.eclipse.adt.ANDROID_FRAMEWORK" />
66 <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.DEPENDENCIES" />
7- <classpathentry kind =" lib" path =" C:/Users/kevin/Downloads/adt-bundle-windows-x86_64-20140702/sdk/extras/android/support/v4/android-support-v4.jar" />
87 <classpathentry exported =" true" kind =" con" path =" com.android.ide.eclipse.adt.LIBRARIES" />
98 <classpathentry kind =" output" path =" bin/classes" />
109</classpath >
Original file line number Diff line number Diff line change 66
77 <uses-sdk
88 android : minSdkVersion =" 14"
9- android : targetSdkVersion =" 21" />
9+ android : targetSdkVersion =" 21" />
10+
11+ <uses-permission android : name =" android.permission.CAMERA" />
12+ <uses-feature android : name =" android.hardware.camera.autofocus" />
13+ <uses-feature
14+ android : name =" android.hardware.camera.flash"
15+ android : required =" false" />
16+ <uses-feature android : name =" android.hardware.camera" />
17+
18+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
1019
1120 <application
1221 android : allowBackup =" true"
Original file line number Diff line number Diff line change 66
77 <uses-sdk
88 android : minSdkVersion =" 14"
9- android : targetSdkVersion =" 21" />
9+ android : targetSdkVersion =" 21" />
10+
11+ <uses-permission android : name =" android.permission.CAMERA" />
12+ <uses-feature android : name =" android.hardware.camera.autofocus" />
13+ <uses-feature
14+ android : name =" android.hardware.camera.flash"
15+ android : required =" false" />
16+ <uses-feature android : name =" android.hardware.camera" />
17+
18+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
1019
1120 <application
1221 android : allowBackup =" true"
2231 <category android : name =" android.intent.category.LAUNCHER" />
2332 </intent-filter >
2433 </activity >
34+
35+ <!-- lock the screenOrientation for now. May implement this if we have more time on the UI design -->
2536 <activity
26- android : name =" .Main"
37+ android : name =" .Main"
2738 android : screenOrientation =" portrait"
2839 />
2940 </application >
Original file line number Diff line number Diff line change @@ -444,7 +444,7 @@ public static final class layout {
444444 public static final int abc_search_dropdown_item_icons_2line = 0x7f030014 ;
445445 public static final int abc_search_view = 0x7f030015 ;
446446 public static final int abc_simple_dropdown_hint = 0x7f030016 ;
447- public static final int support_simple_spinner_dropdown_item = 0x7f03001d ;
447+ public static final int support_simple_spinner_dropdown_item = 0x7f03001e ;
448448 }
449449 public static final class string {
450450 public static final int abc_action_bar_home_description = 0x7f0a0001 ;
You can’t perform that action at this time.
0 commit comments