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.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.