How to add this code in my app?

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")
1 Like

thanks for helping.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.