12345678910111213141516171819202122 |
- /*
- InfoPlist.strings
- Starbuds
- Created by pajia on 2020/2/5.
- Copyright © 2020 翟玉磊. All rights reserved.
- */
- //"CFBundleDisplayName" = "Timi语音";
- //
- ///*
- //limit text
- //*/
- //"NSCameraUsageDescription" = "APP uses your camera to upload photos, videos and other services. Is it possible to turn on the camera?";
- //"NSBluetoothPeripheralUsageDescription" = "Is access to the Bluetooth of the secondary app allowed?";
- //"NSMicrophoneUsageDescription" = "App uses your microphone in live broadcast and other services. Can I turn on the microphone?";
- //"NSLocationUsageDescription" = "App gets live broadcasts nearby, etc. Use your GPS to locate, whether to allow GPS positioning";
- //"NSContactsUsageDescription" = "APP wants to get your phone number, is it allowed to access your address book?";
- //"NSPhotoLibraryAddUsageDescription" = "App save pictures and other services use your album, is it possible to open the album?";
- //"NSLocationAlwaysUsageDescription" = "Always visit location";
- //"NSPhotoLibraryUsageDescription" = "APP upload photos and other services use your photo album, is it possible to open the photo album?";
- //"NSLocationWhenInUseUsageDescription" = "App gets live broadcasts nearby, etc. Use your GPS to locate, whether to allow GPS positioning";
|