Adding user-permission in the manifest file

Hi,

I want to publish my game to samsung store but i need to add user-permission in the manifest file. This is mail i got from samsung suport

"Please kindly be noted that Seller Office will detect the SDK information when you register the binary, and it demands necessary coding for the detection.
For example, to detect the Samsung Developer SDK (Galaxy Specials Feature):
R. Samsung Developer SDK (Galaxy Specials Feature)

  • If the following user-permission exists in the manifest file, it is considered that the application uses Samsung Developer SDK.

uses-permission android:name="com.Samsung.android.providers.context.permission.WRITE_USE
_APP_FEATURE_SURVEY

If the user-permission does not exist in the manifest file, it is considered that the application does not use the Samsung Developer SDK."

I tried to add it in Project settings->Android->Advanced APKPackaging->Extra Permissions but then project wont package.

I also tried to manually add line to AndroidManifest.xml but after I package it erases that line from file.

I don’t use any of samsung sdk features in my project, its full blueprint and game is released at google play without problems.

Can someone help me about this?