Cordova プロジェクトをビルドすると、android.permission.CAMERAA が自動的に追加されます。しかし、私はこれにプラグインを追加しませんでした。
その場合、Google Play で apk をアップロードしているときに、次のエラー メッセージが表示されます。
あなたのアプリには、次の権限を要求するバージョン コード ... の apk があります: android.permission.CAMERA. APK でこれらの権限を使用するアプリには、プライバシー ポリシーを設定する必要があります。
android.permission.CAMERA の追加をスキップするにはどうすればよいですか?
使用したプラグイン
$ cordova plugin cordova-plugin-dialogs 1.2.1 "Notification" cordova-plugin-inappbrowser 1.4.0 "InAppBrowser" cordova-plugin-network-information 1.2.1 "Network Information" cordova-plugin-splashscreen 3.2.2 "Splashscreen" cordova-plugin-whitelist 1.2.2 "ホワイトリスト" phonegap-plugin-push 1.6.3 "PushPlugin"