added name in files

This commit is contained in:
Paul 2020-10-23 10:31:44 +02:00
parent e5793d762a
commit 0e7c6e5d52
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/**
* @author Paul Lödige (MatrikeL: 15405036)
*/
package com.ploedige.broadcastreceiver; package com.ploedige.broadcastreceiver;
import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatActivity;

View File

@ -1,3 +1,7 @@
/**
* @author Paul Lödige (MatrikeL: 15405036)
*/
package com.ploedige.broadcastreceiver; package com.ploedige.broadcastreceiver;
import android.content.BroadcastReceiver; import android.content.BroadcastReceiver;