1. 程式人生 > >Android系統專案預設設定和framework系統預設設定

Android系統專案預設設定和framework系統預設設定

一、專案預設設定和framework系統預設設定的內容是一樣的。
1、最新framework系統預設設定一般預設位置:frameworks\base\packages\SettingsProvider\res\values\defaults.xml。
2、最新專案預設設定一般預設位置:hx-customer\sp7731e_fs286_M60_hs_BLOCK_MINI_GO_STF_Mexico_32x4_G4W25_WVGA(這個就是我的專案指令碼)\defaults.xml.hx
3、一般專案預設設定會覆蓋framework系統預設設定,所以一般會改專案預設設定

二、專案預設設定和framework系統預設設定的內容
*true//自動關屏 開
15000//自動關閉螢幕時間 15秒
-1//表示休眠時間,預設如果沒有修改的是6000,即6000ms的意思,6s進行休眠,在這裡將其改為-1就是讓其永遠不休眠
false//飛航模式 關
false //電影院模式 關
//Comma-separated list of bluetooth, wifi, and cell.
cell,bluetooth,wifi,nfc,wimax //在飛航模式下禁用的功能列表,用逗號分開
bluetooth,wifi,nfc //在飛航模式下禁用的功能列表中能手動開啟的功能列表,用逗號分開
true //自動適應時間 開
true //使用24小時格式 開
false //自動旋轉 關
//Default screen brightness, from 0 to 255. 102 is 40%.
102//預設螢幕亮度
false//螢幕亮度自適應 關
100% //常規視窗動畫的百分比值,為0時禁止視窗動畫
100%//activity過度視窗動畫的百分比值,為0時禁止視窗動畫
false //觸動反饋 關
false//藍芽 關
false//Wifi是否開啟顯示 關
true //安裝非市場APK 開
true //驗證應用 開
// Comma-separated list of location providers.
Network location is off by default because it requires
user opt-in via Setup Wizard or Settings.
//位置資訊訪問許可權 關
false //GPS定位 關
true //預設是否開啟資料流量 開
true //是否使用USB大容量儲存 開
false //wifi 關
// 0 == never, 1 == only when plugged in, 2 == always
2 //wifi休眠策略,2-永不修改
true//當用戶使用網路時是否通知 是
false//是否啟動裝置備份 否
//string name=“def_backup_transport” translatable=“false”>android/com.android.internal.backup.LocalTransport</string
com.google.android.backup/.BackupTransportService
// Default value for whether or not to pulse the notification LED when there is a
pending notification
true//當有通知時LED燈是否一直閃爍
true//當有MountService事件時是否播放通知音
false//ums自動重啟 關
true// ums啟用時是否在通知欄提示
true //ums主機監控時顯示在通知欄
// user interface sound effects
1 //是否播放低電量聲音 1–是
/system/media/audio/ui/LowBattery.ogg//低電量聲音檔案
0//插上充電座是否播放聲音 0-否
/system/media/audio/ui/Dock.ogg//插入家用底座時的音訊檔案的URI
/system/media/audio/ui/Undock.ogg//拔出家用底座時的音訊檔案的URI
/system/media/audio/ui/Dock.ogg//插入車載底座時音訊檔案的URI
/system/media/audio/ui/Undock.ogg//拔出車載底座時音訊檔案的URI
0//鎖屏是否播放聲音 0–否
/system/media/audio/ui/Lock.ogg//鎖屏聲音檔案
/system/media/audio/ui/Unlock.ogg//解鎖聲音檔案
/system/media/audio/ui/Trusted.ogg
/system/media/audio/ui/WirelessChargingStarted.ogg //開始無線充電音訊檔案的URI
true //是否禁用鎖屏
false //裝置是否已提供
1
// Notifications use ringer volume
true 是否將鈴聲作為通知鈴聲使用
// Default for Settings.System.VIBRATE_IN_SILENT
true//靜音模式是否震動 是
//Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION
false //是否啟用javascript注入來增強閱讀
//Default for Settings.Secure.ACCESSIBILITY_SPEAK_PASSWORD
false// 在可訪問模式時是否允許讀出密碼
// Default for Settings.Secure.ACCESSIBILITY_WEB_CONTENT_KEY_BINDINGS

// DPAD/Trackball UP - traverse previous on current axis and send an event.
0x13=0x01000100;
// DPAD/Trackball DOWN - traverse next on current axis and send an event.
0x14=0x01010100;
// DPAD/Trackball LEFT - traverse previous on the character navigation axis and send event.
0x15=0x02000001;
// DPAD/Trackball RIGHT - traverse next on the character navigation axis end send event.
0x16=0x02010001;
// Alt+DPAD/Trackball UP - go to the top of the document.
0x200000013=0x02000601;
// Alt+DPAD/Trackball DOWN - go to the bottom of the document.
0x200000014=0x02010601;
// Alt+DPAD/Trackball LEFT - transition from an axis to another and sends an event.
// Axis transitions: 2 -> 1;
0x200000015=0x03020101;
// Alt+DPAD/Trackball RIGHT - transition from an axis to another and sends an event.
// Axis transitions: 1 -> 2;
0x200000016=0x03010201;
// Alt+g - go to the previous heading and send an event.
0x200000023=0x02000301;
// Alt+h - go to the next heading and send an event.
0x200000024=0x02010301;
// Alt+COMMA - transition to sentence navigation axis and send an event.
// Axis transitions: 7 -> 2;
0x200000037=0x03070201;
// Alt+PERIOD - transition to default web view behavior axis and send an event.
// Axis transitions: 0 -> 7; 1 - > 7; 2 -> 7;
0x200000038=0x03000701:0x03010701:0x03020701;

// Default for Settings.Secure.ACCESSIBILITY_SCRIPT_INJECTION_URL

https://ssl.gstatic.com/accessibility/javascript/android/AndroidVox_v1.js
//WebView用來展示基本閱讀的JavaScript的URL
// Default for Settings.Secure.TOUCH_EXPLORATION_ENABLED
false //是否啟用觸控探測 否
// Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_SCALE
200% //設定顯示放大的百分比
// Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED
false //是否啟用可設定放大螢幕顯示比例 否
// Default value for Settings.Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_AUTO_UPDATE
true//是否允許螢幕放大比例自動更新 是
// Default for Settings.System.USER_ROTATION
0//螢幕旋轉策略,預設啟用旋轉 0–否
// Default for Settings.Secure.DOWNLOAD_MAX_BYTES_OVER_MOBILE. <=0 if no limit
-1 //下載時的最大速度,以位元組為單位 -1-不限制
// Default for Settings.Secure.DOWNLOAD_RECOMMENDED_MAX_BYTES_OVER_MOBILE. <=0 if no limit
-1 //下載時推薦的最大速度,以位元組為單位 -1-不限制
// Default for Settings.Secure.LONG_PRESS_TIMEOUT_MILLIS
500//設定長按失效時長 500毫秒
// Default for Settings.System.POINTER_SPEED
0 //螢幕是否可以旋轉 否
// Default for DTMF tones enabled
true //在撥號時撥號器是否啟用DTMF音調 是
// M: Default for UI touch sounds disabled ,google defaulit is enable
false //否啟用觸屏解鎖等音效反饋
// Development settings
false //當充電時,是否保持喚醒狀態 否
// Number of retries for connecting to DHCP.
Value here is the same as WifiStateMachine.DEFAULT_MAX_DHCP_RETRIES
9 //最大重連次數
// Default for Settings.Secure.USER_SETUP_COMPLETE
false 當前使用者是否已經通過安裝嚮導設定 否
// Default for Settings.Global.LOW_BATTERY_SOUND_TIMEOUT.
0 means no timeout; battery sounds will always play

0 is milliseconds of screen-off time after which battery sounds will not play
0//低電量聲音在螢幕關閉後是否超時播放 0-代表超時毫秒
// Initial value for the Settings.Secure.IMMERSIVE_MODE_CONFIRMATIONS setting,
which is a comma separated list of packages that no longer need confirmation
for immersive mode.
Override to disable immersive mode confirmation for certain packages.
是否需要沉浸式模式
// Default for Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE
0//Wifi 是否一致掃描
// Default for Settings.Secure.LOCK_SCREEN_SHOW_NOTIFICATIONS, 1on
1//鎖屏介面上展示通知
// Default for Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS
true //鎖屏介面是否一直展示通知
// Default for Settings.Global.HEADS_UP_NOTIFICATIONS_ENABLED, 1

on
1
//Default for Settings.Global.DEVICE_NAME $1=MANUFACTURER 2=MODEL&lt;stringname=&quot;defdevicename&quot;&gt;2=MODEL &lt;string name=&quot;def_device_name&quot;&gt;%1s %2$s//設定多個裝置名稱
// Default for Settings.Global.DEVICE_NAME 1=MODEL&lt;stringname=&quot;defdevicenamesimple&quot;&gt;1=MODEL &lt;string name=&quot;def_device_name_simple&quot;&gt;%1s//設定單個裝置名稱
// Default for Settings.Secure.WAKE_GESTURE_ENABLED
true//手勢喚醒是否可用
// Default for Settings.Global.GUEST_USER_ENABLED
true//手勢是否可以使用