| | |
| | | </provider> |
| | | |
| | | |
| | | <!-- <receiver android:name=".base.MainBroadCastReceiver"--> |
| | | <!-- android:enabled="true"--> |
| | | <!-- android:exported="true"--> |
| | | <!-- >--> |
| | | <!-- <intent-filter android:priority="1000">--> |
| | | <!-- <action android:name="Action" />--> |
| | | <!-- <!– //司机信息–>--> |
| | | <!-- <action android:name="wisdom.intent.action.driverInfo" />--> |
| | | <!-- <!– //顶灯–>--> |
| | | <!-- <action android:name="wisdom.intent.action.topLight" />--> |
| | | <!-- </intent-filter>--> |
| | | <!-- </receiver>--> |
| | | <receiver android:name=".base.MainBroadCastReceiver" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | > |
| | | <intent-filter android:priority="1000"> |
| | | <action android:name="Action" /> |
| | | <!-- //司机信息--> |
| | | <action android:name="wisdom.intent.action.driverInfo" /> |
| | | <!-- //顶灯--> |
| | | <action android:name="wisdom.intent.action.topLight" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <!-- <receiver android:name=".base.MoneyBroadCastReceiver"--> |
| | | <!-- android:enabled="true"--> |
| | | <!-- android:exported="true"--> |
| | | <!-- >--> |
| | | <!-- <intent-filter android:priority="1000">--> |
| | | <!-- <action android:name="Action" />--> |
| | | <!-- <!– //空重车状态–>--> |
| | | <!-- <action android:name="wisdom.intent.action.ledLight" />--> |
| | | <!-- <!– //计价器–>--> |
| | | <!-- <action android:name="wisdom.intent.action.priceDevice" />--> |
| | | <!-- <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />--> |
| | | <!-- <action android:name="android.net.conn.CONNECTIVITY_SUCCESS" />--> |
| | | <!-- <action android:name="android.net.conn.CONNECTIVITY_FAILURE" />--> |
| | | <!-- </intent-filter>--> |
| | | <!-- </receiver>--> |
| | | <receiver android:name=".base.MoneyBroadCastReceiver" |
| | | android:enabled="true" |
| | | android:exported="true" |
| | | > |
| | | <intent-filter android:priority="1000"> |
| | | <action android:name="Action" /> |
| | | <!-- //空重车状态--> |
| | | <action android:name="wisdom.intent.action.ledLight" /> |
| | | <!-- //计价器--> |
| | | <action android:name="wisdom.intent.action.priceDevice" /> |
| | | <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> |
| | | <action android:name="android.net.conn.CONNECTIVITY_SUCCESS" /> |
| | | <action android:name="android.net.conn.CONNECTIVITY_FAILURE" /> |
| | | </intent-filter> |
| | | </receiver> |
| | | |
| | | <meta-data |
| | | android:name="design_width_in_dp" |
| | |
| | | <service android:name="com.amap.api.track.AMapTrackService" /> |
| | | |
| | | <activity |
| | | android:exported="false" |
| | | android:name="cn.sinata.xldutils.activitys.SlabBaseActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.event.SlabEventDetailActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.event.SlabHistoryEventActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.event.SlabMineEventActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.MySlabBaseActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabFillOutActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabLoginActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity android:name=".slab.SlabOrderListActivity" |
| | | android:exported="false" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabMainActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabOrderOverActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity android:name=".slab.SlabGetOrderFragment" |
| | | android:exported="false" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" |
| | | android:theme="@style/FadeDialog"/> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabSelectServerModeActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | <activity |
| | | android:name=".slab.SlabStartActivity" |
| | | android:exported="false" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" > |
| | | <intent-filter> |
| | | <action android:name="android.intent.action.MAIN" /> |
| | |
| | | </intent-filter> |
| | | </activity> |
| | | <activity |
| | | android:exported="false" |
| | | android:name=".slab.SlabTripActivity" |
| | | android:configChanges="orientation|screenSize|keyboardHidden" /> |
| | | |