 im doing flutter app and i have change targetSdkVersion 30 to 31 after that it through some error
Apps targeting Android 12 and higher are required to specify an explicit value for
im doing flutter app and i have change targetSdkVersion 30 to 31 after that it through some error
Apps targeting Android 12 and higher are required to specify an explicit value for android:exported when the corresponding component has an intent filter defined
and i give one solution for the error
android:exported="true"
after that also it showing same error
            Asked
            
        
        
            Active
            
        
            Viewed 39 times
        
    -1
            
            
         
    
    
        Thomas M
        
- 13
- 4
- 
                    Please do not post terminal text output in a screen shot. Instead just copy and paste the text into your question and format it as code. – Robert Jul 31 '23 at 12:34
- 
                    Duplicate of: https://stackoverflow.com/q/68554294/150978 – Robert Jul 31 '23 at 12:35
1 Answers
-2
            
            
        Please add android:exported="true" in manifest file

 
    
    
        Anonymous
        
- 835
- 1
- 5
- 21
 
    
    
        Sanjay Kapdiya
        
- 24
- 3
- 
                    i have added the line in manifest file after that also im getting same error – Thomas M Jul 31 '23 at 13:03
