|  | @@ -24,7 +24,8 @@ public class PermissionHelper {
 | 
	
		
			
				|  |  |          ApplicationInfo applicationInfo = TUIChatService.getAppContext().getApplicationInfo();
 | 
	
		
			
				|  |  |          int permissionIcon = 0;
 | 
	
		
			
				|  |  |          Resources resources = TUIChatService.getAppContext().getResources();
 | 
	
		
			
				|  |  | -        String appName = resources.getString(applicationInfo.labelRes);
 | 
	
		
			
				|  |  | +        String appName = applicationInfo.loadLabel(TUIChatService.getAppContext().getPackageManager()) + "";
 | 
	
		
			
				|  |  | +//        String appName = resources.getString(applicationInfo.labelRes);
 | 
	
		
			
				|  |  |          switch (type) {
 | 
	
		
			
				|  |  |              case PERMISSION_MICROPHONE: {
 | 
	
		
			
				|  |  |                  permission = PermissionRequester.PermissionConstants.MICROPHONE;
 |