Difference Between uses-permission-sdk-23 and uses-permission?
问题 I just come to know newer tag in android manifest file called " uses-permission-sdk-23 " <uses-permission-sdk-23 android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.CAMERA" /> Can anybody please provide difference between this two? 回答1: if the app is running on a device with SDK version 23 or higher. If the device is running SDK version 22 or lower when you update an app to include a new feature that requires an additional permission. If a user