Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
mod: 优化申请权限,适配androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
CiyLei committed Dec 2, 2020
1 parent 76bfa23 commit 1855470
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import android.os.Bundle
import android.os.Handler
import android.os.Looper
import android.provider.Settings
import android.support.v4.app.ActivityCompat
import android.widget.Toast
import androidx.core.app.ActivityCompat
import androidx.room.Room
import com.dj.app.webdebugger.library.common.ScreenRecordingPrompt
import com.dj.app.webdebugger.library.common.WebDebuggerConstant
Expand All @@ -26,7 +26,6 @@ import com.dj.app.webdebugger.library.http.AutoRouterMatch
import com.dj.app.webdebugger.library.http.HttpDebugger
import com.dj.app.webdebugger.library.http.IHttpRouterMatch
import com.dj.app.webdebugger.library.http.resource.ResourceDebugger
import com.dj.app.webdebugger.library.http.server.media.MediaProjectionManagerScreenHelp
import com.dj.app.webdebugger.library.http.server.view.attributes.ViewAttributesImageView
import com.dj.app.webdebugger.library.http.server.view.attributes.ViewAttributesLinearLayout
import com.dj.app.webdebugger.library.http.server.view.attributes.ViewAttributesTextView
Expand Down

0 comments on commit 1855470

Please sign in to comment.