您好,登錄后才能下訂單哦!
Android中如何進(jìn)行不root卸載內(nèi)置系統(tǒng)App和修改NTP時(shí)間校準(zhǔn),很多新手對(duì)此不是很清楚,為了幫助大家解決這個(gè)難題,下面小編將為大家詳細(xì)講解,有這方面需求的人可以來學(xué)習(xí)下,希望你能有所收獲。
1:獲取所有App包名
adb shell pm list packages --user 0
2:卸載指定App包名
adb shell pm uninstall -k --user 0 com.bbk.launcher2
撤銷
adb shell pm install-existing --user 0 com.bbk.launcher2
也可嘗試停用
adb shell pm disable-user com.bbk.launcher2
撤銷
adb shell pm enable com.bbk.launcher2
另外可以通過adb 命令限制后臺(tái)運(yùn)行
adb shell cmd appops set packageName RUN_IN_BACKGROUND ignore
撤銷
adb shell cmd appops set packageName RUN_IN_BACKGROUND allow
獲取NTP時(shí)間校準(zhǔn)服務(wù)器
adb shell settings get global ntp_server
修改NTP時(shí)間校準(zhǔn)服務(wù)器(命令執(zhí)行完重啟)
adb shell setprop persist.sys.timezone Asia/Shanghai adb shell settings put global ntp_server ntp.aliyun.com
看完上述內(nèi)容是否對(duì)您有幫助呢?如果還想對(duì)相關(guān)知識(shí)有進(jìn)一步的了解或閱讀更多相關(guān)文章,請(qǐng)關(guān)注億速云行業(yè)資訊頻道,感謝您對(duì)億速云的支持。
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。