Build against the JB SDK
Change-Id: Ibc4208f26870545aaacebd3dc36fdd56a904d90e
This commit is contained in:
parent
def815811a
commit
1f639e958e
@ -49,7 +49,7 @@ LOCAL_OVERRIDES_PACKAGES := Email
|
||||
|
||||
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
|
||||
|
||||
LOCAL_SDK_VERSION := 14
|
||||
LOCAL_SDK_VERSION := 16
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
|
@ -37,6 +37,9 @@
|
||||
<uses-permission android:name="android.permission.WAKE_LOCK"/>
|
||||
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
|
||||
|
||||
<!-- This needs to be present when we are doing unbundled releases. -->
|
||||
<uses-sdk android:targetSdkVersion="16" android:minSdkVersion="14" />
|
||||
|
||||
<!-- Grant permission to other apps to view attachments -->
|
||||
<permission
|
||||
android:name="com.android.email.permission.READ_ATTACHMENT"
|
||||
|
Loading…
Reference in New Issue
Block a user