Skip to content

展示当前app所处的最顶activity,用于调试陌生应用。可快速定位位置。

Notifications You must be signed in to change notification settings

FantasyEngineer/TopActivity

Repository files navigation

TopActivity

展示当前app所处的最顶activity

GIF展示:


引入:

Step 1.Add it in your root build.gradle at the end of repositories:

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
           compile 'com.github.FantasyEngineer:TopActivity:V3.0'
   }

代码使用

     //展示
       TopActivity.INSTANCE.show(MainActivity.this);
     //消失
     TopActivity.INSTANCE.dismiss(MainActivity.this);

About

展示当前app所处的最顶activity,用于调试陌生应用。可快速定位位置。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages