what the fuck.
This commit is contained in:
@@ -238,6 +238,8 @@ android {
|
|||||||
buildConfigField 'boolean', 'IS_SKIN_SUPPORTED', 'true'
|
buildConfigField 'boolean', 'IS_SKIN_SUPPORTED', 'true'
|
||||||
// 是否支持查询导航目的地车友
|
// 是否支持查询导航目的地车友
|
||||||
buildConfigField 'boolean', 'IS_SUPPORTED_SEARCH_DESTINATION_ONLINE_CAR_LIST', 'true'
|
buildConfigField 'boolean', 'IS_SUPPORTED_SEARCH_DESTINATION_ONLINE_CAR_LIST', 'true'
|
||||||
|
// 是否支持桌面卡片刷新
|
||||||
|
buildConfigField 'boolean', 'IS_SUPPORT_LAUNCHER_CARD_REFRESH_STRATEGY', 'true'
|
||||||
}
|
}
|
||||||
// d系列 2 + 32
|
// d系列 2 + 32
|
||||||
d80x {
|
d80x {
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
|
android:sharedUserId="android.uid.system"
|
||||||
package="com.mogo.launcher">
|
package="com.mogo.launcher">
|
||||||
<!-- android:sharedUserId="android.uid.system"-->
|
|
||||||
</manifest>
|
</manifest>
|
||||||
Reference in New Issue
Block a user