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:
parent
a4ab6bd2c1
commit
de43b8c2d8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user