Remove the android:debuggable attribute. This attribute will be automatically set correctly when one does a release build from eclipse.
This commit is contained in:
		
							parent
							
								
									52dff3a511
								
							
						
					
					
						commit
						6185091ee1
					
				@ -13,7 +13,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <application
 | 
					    <application
 | 
				
			||||||
        android:name=".android.Application"
 | 
					        android:name=".android.Application"
 | 
				
			||||||
        android:debuggable="false"
 | 
					 | 
				
			||||||
        android:icon="@drawable/or_launcher"
 | 
					        android:icon="@drawable/or_launcher"
 | 
				
			||||||
        android:killAfterRestore="true"
 | 
					        android:killAfterRestore="true"
 | 
				
			||||||
        android:label="@string/app_name"
 | 
					        android:label="@string/app_name"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user