Commit 612c39e9 authored by Max Lv's avatar Max Lv

Make SWITCH as a const val

parent 55003be6
......@@ -58,7 +58,7 @@ class AppManager : AppCompatActivity() {
companion object {
@SuppressLint("StaticFieldLeak")
private var instance: AppManager? = null
private val SWITCH = "switch";
private const val SWITCH = "switch";
private var receiver: BroadcastReceiver? = null
private var cachedApps: Map<String, PackageInfo>? = null
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment