报错信息
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.shuiying.smsm09061/com.mob.tools.MobUIShell}; have you declared this activity in your AndroidManifest.xml?
在smss的AndroidManifest中添加
<activity
android:name="com.mob.tools.MobUIShell"
android:configChanges="keyboardHidden|orientation|screenSize|locale|layoutDirection"
android:theme="@android:style/Theme.NoTitleBar"
android:windowSoftInputMode="stateHidden|adjustResize" />