Skip to content

Commit

Permalink
代码结构调整
Browse files Browse the repository at this point in the history
  • Loading branch information
cbfg5210 committed Oct 14, 2019
1 parent 8888352 commit dde6eb5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/src/main/java/com/bcst/receiver/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import android.util.Log
import android.view.View
import androidx.appcompat.app.AppCompatActivity
import com.bcstreceiver.BcstReceiver
import com.bcstreceiver.battery.BatteryWatcher
import com.bcstreceiver.home.HomeWatcher
import com.bcstreceiver.network.NetworkWatcher
import com.bcstreceiver.time.TimeWatcher
import com.bcstreceiver.watcher.BatteryWatcher
import com.bcstreceiver.watcher.HomeWatcher
import com.bcstreceiver.watcher.NetworkWatcher
import com.bcstreceiver.watcher.TimeWatcher
import kotlinx.android.synthetic.main.activity_main.*

class MainActivity : AppCompatActivity(), View.OnClickListener {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bcstreceiver.battery
package com.bcstreceiver.watcher

import android.content.Context
import android.content.Intent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bcstreceiver.home
package com.bcstreceiver.watcher

import android.content.Context
import android.content.Intent
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bcstreceiver.network
package com.bcstreceiver.watcher

import android.annotation.SuppressLint
import android.content.Context
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.bcstreceiver.time
package com.bcstreceiver.watcher

import android.content.Context
import android.content.Intent
Expand Down

0 comments on commit dde6eb5

Please sign in to comment.