Device Requires this permission to operate [Xiaomi Themes] - permissions

xiaomi Themes permission
I have to set wallpaper.But i can't set the permission to media only in Xiaomi Themes.What can i do?
I found some youtube video.But those are useless.
It will be helpful if anyone give that solution?

Related

Is RECORD_AUDIO permission mandatory for speech recognition on contemporary Android TV?

We are making a weather app.
The app looks beautiful on large screens.
So we target Android TV as well as phone and tablet.
Recently, we have noticed that the search feature stopped working, unless RECORD_AUDIO permission declared in the app manifest.
We are testing TV search feature on Chrome Cast with Android 12.
App build target is Android 13.
Our search fragment is a descendant of SearchSupportFragment.
SearchSupportFragment.setSpeechRecognitionCallback() comment says
"#deprecated Launching voice recognition activity is no longer supported. App should declare android.permission.RECORD_AUDIO in AndroidManifest file."
So we declared RECORD_AUDIO permission to keep supporting voice search (location search in a case of weather app).
After this modification we received the following warning from Google Play.
"Your app is requesting permissions which are used by less than 1% of functionally similar apps:"
android.permission.RECORD_AUDIO
... requesting unnecessary permissions
can affect your app's visibility on the Play Store."
Obviously, RECORD_AUDIO is a strange permission for a weather app.
However, it is required to let the users voice-search on Android TV.
Keeping RECORD_AUDIO permission may reduce our app visibility on Google Play. Bad.
Dropping RECORD_AUDIO permission will block the users from voice search. Bad as well.
I wonder how to solve this puzzle?

WebRTC how i can bypass write_settings permission on android 6.0.1

In my android application, I use WebRTC. However, on version 6.0.1, the application crashes due to the lack of write_settings permission. None of the manuals say it's necessary, but without it, the application does not work. I have to request this permission through the content, which consequently causes quite a lot of questions from users. Tell me how to use WebRTC without this permission or as an implicit grant write_settings permission. Thank you in advance

Apps that do not perform as advertised by the developer will be rejected when sandbox mode

My app is rejected by
2.3 Apps that do not perform as advertised by the developer will be rejected
It said that the file copied into "~/Library/Fonts" failed.
It works when test by myself, I find that it will get permission fail when using the sandbox mode, did Apple reviewer will accept this feedback?
thanks
Apps must work in the sandbox no exceptions allowed.
A sandboxed application cannot write to ~/Library/Fonts.
Either store the font in the app bundle and use it from there, or put up a standard file dialog asking the user to grant permission to write to ~/Library/Fonts by selecting it.
If you get stuck doing either of those ask a specific question on them showing what you've tried. Such a question is unlikely to be seen as off topic.
HTH

iOS: Access to root directory in a jailbroken iPhone

Ok, I used jailcoder.com to patch my xcode project in order to run my app in a jailbroken iOS device and it works. But still I need list some others files located at root folder. I saw some applications that do that but didnĀ“t find the way to accomplish It.
Maybe there's a possibility to run code as root
I don't know exactly which files you need to access, and what permissions they currently have.
Normal apps run as user mobile. If you do need to run your app as user root, then here is one way to do that.
I answered here in a similar question How to get inbox all SMS on iphonse sdk?
It is possible if you have a jailbroken device. You may use jailcoder to fake code signing and then move your app to /Applications folder. This way you can access to any database in your iOS device jailbroken.

ABAddressBookGetAuthorizationStatus in simulator always returns kABAuthorizationStatusAuthorized

I am updating an app for iOS 6 Address Book authorization and have hit a problem in testing. The simulator always returns that authorization is granted. This means I do not see the dialog popup requesting permission and can therefore not test that code path. Ok, use a device instead... The problem there is the OS appears to remember my answer so only asks once. Deleting the app does not help. On reinstalling it has retained the permission setting from before, so again no popup.
Resetting the simulator does not help and if you go into the Privacy settings on the simulator no apps are listed as requesting permission to the Address Book.
The only option I have is use another iOS device that has never had our app installed on for each test. This cannot be how you are supposed to test this. Any ideas anyone?
Thanks
Found it. From the device, Settings->General->Reset->Reset Location & Privacy. So you have to do that for each test