Introduce minSdkVersion for <uses-permission>
Currently, maxSdkVersion already exists for <uses-permission>, but not minSdkVersion. Having a minSdkVersion allows apps to have more control over which permissions should be enabled for which range of device SDKs. Fix: 203663962 Test: atest MinMaxSdkVersionTest Change-Id: Ib3ab18d1040fe603d504708938ce199e46ab26ed
Loading
Please register or sign in to comment