简体   繁体   English

从androidmanifest.xml中删除了SMS权限,但仍然出现在manifest.class上

[英]SMS permissions removed from androidmanifest.xml but still appear on manifest.class

sorry if the question is silly, but I'm new to this and still learning. 对不起,如果问题很愚蠢,但我是新手,还在学习。 I got this error on Google Play regarding the SMS and phone permissions, which were later on removed from androidmanifest.xml (the right one: src/main/androidmanifest.xml). 我在Google Play上收到有关短信和电话权限的错误,后来这些错误已从androidmanifest.xml中删除(右边一个:src / main / androidmanifest.xml)。 When I tried to upload the updated apk, I still got that form for the permissions, which made no sense. 当我尝试上传更新的apk时,我仍然获得了权限的表单,这没有任何意义。 It says I previously declared the SMS permissions, so I need to select the reason for it from a list. 它说我之前宣布了SMS权限,所以我需要从列表中选择它的原因。 There's no way to skip this. 没有办法跳过这个。

I looked a bit further on the code, and I saw all those SMS permissions still appear on manifest.class, which I cannot edit. 我在代码上看了一下,我看到所有那些短信权限仍然出现在manifest.class上,我无法编辑。 I'm guessing the permissions are still on the apk therefore -despite not being in the androidmanifest.xml file? 我猜这些权限仍然在apk上 - 尽管不在androidmanifest.xml文件中? If so, how could I edit that to remove them for good? 如果是这样,我怎么编辑它才能将它们删除?

If it's not that, then I'm guessing Google simply keeps on requesting that form and I would need to delete the app. 如果不是这样,那么我猜测Google只是继续请求该表单,我需要删除该应用程序。 But there's no option for that. 但是没有选择。 And putting a completely new app would force me to change lots of things on the code (otherwise Google will flag it as repeated). 而推出一个全新的应用程序将迫使我改变代码上的很多东西(否则谷歌会将其标记为重复)。

Thanks for your help in advance! 感谢您的帮助!

Please check if you have enrolled for beta testing. 请检查您是否已注册进行beta测试。 They might be reading SEND_SMS permission from your beta test application. 他们可能正在阅读您的Beta测试应用程序的SEND_SMS权限。 Ask google to remove beta testing , that might solve your problem. 请谷歌删除beta测试,这可能会解决您的问题。 thanx 感谢名单

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

相关问题 我可以在Cordova应用程序中将配置从config.xml写入AndroidManifest.xml吗? - Can I write configuration from config.xml to AndroidManifest.xml in cordova applications 我的AndroidManifest.xml中是否有阻止外部JS和CSS加载的内容? - Is there anything in my AndroidManifest.xml preventing external JS and CSS from loading? Expo - Package 来自 AndroidManifest.xml 的 'com.xxx.native.xxx' 不是有效的 Java package 作为'native' 的名称是 Java 关键字 - Expo - Package 'com.xxx.native.xxx' from AndroidManifest.xml is not a valid Java package name as 'native' is a Java keyword 我在哪里找到了 React Native Expo 文件中的 AndroidManifest.xml 文件? - Where did i find AndroidManifest.xml file in React Native Expo file? JS仍然引用已删除的类 - JS still refers to class that has been removed 从HTML中删除用作选择器的类或ID后,为什么仍要调用jQuery函数? - Why is a jQuery function still called once the class or id used as the selector has been removed from the HTML? 从 SQL 中删除的数据,但在 UI 中仍然可见 - Data removed from SQL but still visible in UI class正从div中删除 - class is being removed from a div 单击已删除的类仍会发出click事件 - Clicking on a removed class still sends out the click event 链接单击后删除了jQuery类,但仍可识别第二次单击 - Jquery class removed after link click, but second click is still recognized
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM