Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Adobe Flash Builder构建Android应用程序需要粘性广播权限。为什么?_Android_Permissions_Flash Builder_Broadcast - Fatal编程技术网

使用Adobe Flash Builder构建Android应用程序需要粘性广播权限。为什么?

使用Adobe Flash Builder构建Android应用程序需要粘性广播权限。为什么?,android,permissions,flash-builder,broadcast,Android,Permissions,Flash Builder,Broadcast,昨天我想在google play store上部署/发布我的第一个Android应用程序,但却被需要/添加的STICKY_广播权限卡住了 应用程序的google play store权限选项卡上的说明: SEND STICKY BROADCAST Allows the app to send sticky broadcasts, which remain after the broadcast ends. Malicious apps may make the tablet slow or u

昨天我想在google play store上部署/发布我的第一个Android应用程序,但却被需要/添加的STICKY_广播权限卡住了

应用程序的google play store权限选项卡上的说明:

SEND STICKY BROADCAST 
Allows the app to send sticky broadcasts, which remain after the broadcast ends. Malicious apps may make the tablet slow or unstable by causing it to use too much memory. Allows the app to send sticky broadcasts, which remain after the broadcast ends. Malicious apps may make the phone slow or unstable by causing it to use too much memory.
我不希望用户认为我的应用程序是一个邪恶或缓慢的应用程序,因为我没有在我的代码中使用任何粘性广播功能。我如何删除此权限,或者Adobe Air是否需要此权限?在adobe网站上只找到一篇文章,有着类似的问题,但没有答案

在app.xml配置中,我只定义了两个权限:

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
我使用internet连接获取应用程序的一些配置。当用户点击屏幕时,我使用adobe示例中的vibrate ane来振动手机


为什么在我部署/发布应用程序时需要/将发送粘性广播的权限添加到包中,以及我可以做些什么来避免它。或者更好:有没有办法避免此权限?

我也有同样的问题,我刚刚发现它是由我与apk文件打包在一起的adobe air造成的。 您可以告诉用户下载AdobeAIR或获取更新版本的flex


对不起,我迟到了,我上周才开始使用flash。

有人吗?经过这么长时间,问题仍然存在。多亏了答案。不要再使用Flash Builder了。编译后的apk还存在另一个问题,Adobe/Flex使用了一个不受信任的连接到某些资源。我记不清它到底是什么,Google Play不喜欢它。例如,一些旧程序不会在安卓5上运行。此外,我认为学习包装器语言不是一个好主意。如果你想使用硬件/操作系统功能,最好学习平台的语言。此外,可原谅的是本地的,而不是模仿的东西。如果你想创建跨平台的应用程序,试试webapps,它更便宜、更容易。谢谢,好的,谢谢。只是我的客户明确表示他们不想要HTML5,而且我也不需要硬件/操作系统功能,但最重要的是,我买不起windows上IOS的xcode,甚至买不起苹果电脑……他们付的钱不多