update 修改用户备注;添加待办;重复拉人踢人优化;at优化;自动通过好友加标签;获取控件父节点异常;推断优化;卡bug优化;登录页;其他已知问题修复
This commit is contained in:
@@ -35,16 +35,18 @@
|
||||
|
||||
<activity
|
||||
android:name="org.yameida.worktool.activity.ListenActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="portrait"
|
||||
android:windowSoftInputMode="adjustUnspecified|stateHidden"
|
||||
android:theme="@style/AppTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="org.yameida.worktool.activity.LoginActivity"
|
||||
android:windowSoftInputMode="adjustUnspecified|stateHidden"
|
||||
android:theme="@style/AppTheme">
|
||||
</activity>
|
||||
<service
|
||||
android:name="org.yameida.worktool.service.WeworkService"
|
||||
android:enabled="true"
|
||||
|
||||
Reference in New Issue
Block a user