AOSP/Messaging - Changed minSdkVersion to 19.
Bug: 159055957 Test: manual - Tested the messaging UI. $ make -j 40 Change-Id: I6f89161d7c841e88fcd8496417ae1ab8e964961a
This commit is contained in:
committed by
Bob Badour
parent
be4c269813
commit
8926653a98
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
package="com.android.messaging"
|
package="com.android.messaging"
|
||||||
android:installLocation="internalOnly">
|
android:installLocation="internalOnly">
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="24" />
|
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="24" />
|
||||||
|
|
||||||
<!-- Application holds CPU wakelock while working in background -->
|
<!-- Application holds CPU wakelock while working in background -->
|
||||||
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
<uses-permission android:name="android.permission.WAKE_LOCK" />
|
||||||
|
|||||||
Reference in New Issue
Block a user