Commit 1fc24d45 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 15d72123
......@@ -216,9 +216,11 @@
android:name=".ui.activitys.KylVideoActivity"
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="portrait" />
<activity android:name=".call.permission.PermissionActivity"
<activity
android:name=".call.permission.PermissionActivity"
android:screenOrientation="portrait"/>
<activity android:name=".call.detail.DetailApplyActivity"
<activity
android:name=".call.detail.DetailApplyActivity"
android:screenOrientation="portrait"/>
<service
......@@ -383,12 +385,6 @@
</intent-filter>
</service>
<provider
android:name=".call.preference.SharedPreferenceProvider"
android:authorities="com.mints.goodmoney"
android:exported="false"
android:process=":remote" />
<provider
android:name=".call.provider.CallProvider"
android:authorities="com.mints.goodmoney.provider"
......
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