mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-30 22:34:02 +01:00 
			
		
		
		
	Merge pull request #1000 from misaochan/fix-send-logs-again
Send logs only to private Google group forum (round 2)
This commit is contained in:
		
						commit
						32bca87305
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -53,6 +53,7 @@ public class CommonsApplication extends DaggerApplication { | |||
|     public static final String DEFAULT_EDIT_SUMMARY = "Uploaded using Android Commons app"; | ||||
| 
 | ||||
|     public static final String FEEDBACK_EMAIL = "commons-app-android@googlegroups.com"; | ||||
|     public static final String LOGS_PRIVATE_EMAIL = "commons-app-android-private@googlegroups.com"; | ||||
|     public static final String FEEDBACK_EMAIL_SUBJECT = "Commons Android App (%s) Feedback"; | ||||
| 
 | ||||
|     private CommonsApplicationComponent component; | ||||
|  |  | |||
|  | @ -136,7 +136,7 @@ public class SettingsFragment extends PreferenceFragment { | |||
|         Intent feedbackIntent = new Intent(Intent.ACTION_SEND); | ||||
|         feedbackIntent.setType("message/rfc822"); | ||||
|         feedbackIntent.putExtra(Intent.EXTRA_EMAIL, | ||||
|                 new String[]{CommonsApplication.FEEDBACK_EMAIL}); | ||||
|                 new String[]{CommonsApplication.LOGS_PRIVATE_EMAIL}); | ||||
|         feedbackIntent.putExtra(Intent.EXTRA_SUBJECT, | ||||
|                 String.format(CommonsApplication.FEEDBACK_EMAIL_SUBJECT, | ||||
|                         BuildConfig.VERSION_NAME)); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 neslihanturan
						neslihanturan