how to add this code in my app throgh a extention.
<uses-feature android:name="android.hardware.telephony" android:required="false" />
how to write in extention?
how to add this code in my app throgh a extention.
<uses-feature android:name="android.hardware.telephony" android:required="false" />
how to write in extention?
Try:
@UsesPermission(name = "android.permission.INTERNET\" />\n<uses-feature android:name=\"android.hardware.telephony\" android:required=\"false")
thanks for helping.