cmsdk: set minsdk to api level 4

In other case it will force to declare READ_PHONE_STATUS permission to apps
linked to

Change-Id: I384837c2bda2fe775dafd33b6f7690ca1db465d7
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
This commit is contained in:
Jorge Ruesga 2016-04-29 14:12:18 +02:00 committed by Gerrit Code Review
parent a4ab6bd2c1
commit de43b8c2d8
1 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
* limitations under the License.
*/
-->
<manifest package="cyanogenmod.library">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="cyanogenmod.library">
<uses-sdk android:minSdkVersion="4" />
</manifest>