Skip to content

Commit

Permalink
Updated API level to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
vannenc committed Aug 28, 2013
1 parent f6f3406 commit 738b29a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .classpath
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -6,7 +6,7 @@

<uses-sdk
android:minSdkVersion="10"
android:targetSdkVersion="17" />
android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<uses-permission android:name="android.permission.WRITE_CONTACTS"/>

Expand Down
4 changes: 2 additions & 2 deletions project.properties
Expand Up @@ -12,5 +12,5 @@

# Project target.
target=android-17
android.library.reference.1=..\\actionbarsherlock
android.library.reference.2=../viewpagerindicator
android.library.reference.1=../actionbarsherlock
android.library.reference.2=../ViewPagerIndicator
3 changes: 3 additions & 0 deletions src/ws/vannen/fiver/ui/MainFragmentActivity.java
Expand Up @@ -141,6 +141,9 @@ public void onLoadFinished(Loader<Cursor> loader, Cursor data) {
case Mtml:
totalMtmlContacts += 1;
break;

default:

}

if(contact.getPhoneNumberType() != PhoneNumberType.Unknown){
Expand Down

0 comments on commit 738b29a

Please sign in to comment.