14 lines
842 B
Plaintext
14 lines
842 B
Plaintext
/*
|
|
英语
|
|
relax.offline.mp3.music
|
|
|
|
Created by Mr.Zhou on 2024/8/13.
|
|
|
|
*/
|
|
///相册使用说明
|
|
"NSPhotoLibraryUsageDescription" = "\"Musiclax\" needs to open your photo album to get the album resources, which are used to add your custom white noise. Do you want to allow this app to access your photo album permissions?";
|
|
///麦克风使用说明
|
|
"NSMicrophoneUsageDescription" = "\"Musiclax\" requires you to turn on the microphone to recognize surrounding decibels and automatically turn on white noise for you. Do you allow this application to obtain your microphone permissions?";
|
|
///用户跟踪使用说明
|
|
"NSUserTrackingUsageDescription" = "\"Musiclax\" needs to request tracking permissions to provide a personalized advertising experience. We respect and protect your privacy and will not sell your data to third parties.";
|