简体   繁体   English

发送短信和使用互联网的应用程序是否需要android.hardware.telephony,它不拨打电话?

[英]Is android.hardware.telephony required for app that sends sms and uses internet, it doesn't make phone calls?

Ok, i have a simple question. 好的,我有一个简单的问题。 I have app on market that calls numbers and sends sms, and can browse internet. 我有市场上的应用程序呼叫号码和发送短信,并可以浏览互联网。 That app is supported to 469 devices (on market). 该应用程序支持469台设备(市场上)。 Although I can install my app on tablets, i want to give posibility to tablet users, so they can browse it on market. 虽然我可以在平板电脑上安装我的应用程序,但我希望为平板电脑用户提供可靠性,以便他们可以在市场上浏览它。 So i am using multiple apk solution on the market. 所以我在市场上使用多个apk解决方案。 Now both of my app are using android.hardware.telephony as feature, so it cant be supported by tablets (on market). 现在我的两个应用程序都使用android.hardware.telephony作为功能,所以它不能被平板电脑支持(市场上)。 I wonder in second app, if I remove this feature, will i still be able to send sms, i don't need phone calls ?? 我想知道在第二个应用程序,如果我删除此功能,我仍然可以发送短信,我不需要打电话?

If you use a certain feature on the device it does not need to be required. 如果您在设备上使用某个功能,则不需要它。 In your manifest you can specify android:required=["true" | 在你的清单中你可以指定android:required = [“true”| "false"] in your uses-feature tag. 您的uses-feature标记中的“false”]。 Just make sure you handle the scenario when the user doesn't have that feature. 只需确保在用户没有该功能时处理该方案。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在Android中基于使用功能“ android.hardware.telephony”制作多个APK? - How to make Multiple APKs based on uses-features “android.hardware.telephony” in Android? android.hardware.telephony中断了模拟器上的安装 - android.hardware.telephony breaks installation on the emulator android.hardware.telephony可以添加到设备中吗 - android.hardware.telephony can this be added to devices 为什么 android.hardware.telephony 功能会自动添加到 android 应用程序中 - why android.hardware.telephony feature is being added automatically in android app 支持的 Android 设备 0 台设备(不支持所需的功能<uses-feature> - android.hardware.camera2) - Supported Android devices 0 devices (Doesn't support required feature <uses-feature> - android.hardware.camera2) Android 应用程序没有互联网连接 - 无需权限 - Android App doesn't have internet connection - No Permissions required 未经电话的电话和电话API使用的Android应用程序 - Android app in unrooted phone and telephony API usage 是否能够创建不通过wifi或3G使用互联网但通过电话上的WIFI发送信息的iPhone应用程序 - Would it be able to create an iphone app that doesn't use the internet by wifi or 3G but sends out information using the WIFI on the phone Android中的Internet电话(VoIP) - Internet Telephony(VoIP) in android Android 应用程序无法在模拟器或硬件中启动 - Android app doesn't launch in simulator or hardware
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM