Relocate weather provider samples to CMSDK samples folderAll weather p dịch - Relocate weather provider samples to CMSDK samples folderAll weather p Việt làm thế nào để nói

Relocate weather provider samples t

Relocate weather provider samples to CMSDK samples folder
All weather provider service samples will be placed under
cmsdk/samples/weatherproviderservice

As of today this includes WundergroundWeatherProvider
and OpenWeatherMapProvider

Change-Id: I1ae5559a786338c686296a3fa2a2aabdd03ab436
TICKET: CYNGNOS-2544
— Luis Vidal / detail
Mount pstore filesystem while in recovery
* pstore filesystem is evolution of ram_console and contains
kmsg from previous boot (previously in /proc/last_kmsg).
* Lollipop init.rc does this. If device doesn't have
pstore fs, it will simply be ignored

Change-Id: Id3bf8763ccde54f87fde5cdf2db511649c376aa4
Signed-off-by: Vojtech Bocek
— Vojtech Bocek / detail
Merge "DO NOT MERGE MediaServerCrashTest: skip checkIfMediaServerDiedForDrm when dm to fl conversion is not supported." into marshmallow-cts-release
— Daniel Xie / detail
merge in marshmallow-cts-release history after reset to marshmallow-cts-dev
— The Android Automerger / detail
Add Weather Content Provider [5/5]
Use the Weather Content Provider in the cmsdk to pull the
weather data.

However, SystemUI will rely on LockClock to force weather
updates via the new Weather Service, which in turn will
send a broadcast when new weather data is available.

Change-Id: I3c65ea5f4cc297a7944fcdef33f496cdf2d68d0a
— Luis Vidal / detail
Fix bug in CallManager unregisterForPhoneStates()
In this function, it asserts the handler pointer by mistake,
so it should stop&release related resources but actually not.
Therefore, when the Phone instance is registerred again, it
will hit mess due to old resources are not cleared. One example
of issue is for IMS Phone: when enter/exit flight mode, IMS
Phone instance will be unregistered and registered again, but
IMS phone registration will fail due to this bug, thus blocks IMS
functions.

Change-Id: I84ff4dcdddf6a8b0d52b5f3bec4ced008cc79fe3
Signed-off-by: chao.bi
Signed-off-by: Zhiquan Liu
— chao.bi / detail
XML Pull Parser optimizations
This patch includes three improvements to the pull parser.

1. readValue now only uses the stringPool for all-whitespace strings.
Values are generally not repeated, and this function can
thrash the string pool in some cases

2. Added a fast path for the normal, correct, end-tag case.
This avoids a hash and lookup in the stringPool

3. While parsing an element (not attribute) name, the namespace and
post-namespace strings are generated using the stringPool.
This saves the cost of calling String.substring in adjustNsp.

Change-Id: I69482a49bf52cb72d48bcbecd30fb56effe6a4ef
— Kevin Hart / detail
Ensure synchronized access of JNI callback object
Ensure synchronized access of JNI object using mutex as
the same is accessed from both Application context during
cleanup and from stack call back context during intimating
Apps on stack event update.

CRs-Fixed: 959400

Change-Id: I39f97f1b530086bc446941dde744e43c33b46f81
— Ayan Ghosh / detail
CMBugReport: add bypass processing config
Allows for internal build bug dumps to go a bit quicker.

Ticket: CYNGNOS-2421
Change-Id: I78034520e863d2ad5eca5e649828e0ea6df4aac1
Signed-off-by: Roman Birg
— Roman Birg / detail
Add new method to LookupHandlerThread for calling new API interfaces
Change-Id: I7353c82019fa5588e08db4522c6f9cbc3c81c3a7
Ticket-Id: MMS-213
— Martin Brabham / detail
WifiNudge: Use PreciseCallState to only show on outgoing calls
We don't want incoming calls to nudge

Ticket: CD-583
Change-Id: Ic7f821c7d35f8dd95a1d945f62787ec89cf2d2c8
— Stephen Bird / detail
Eleven: Cleanup all the whitespace
Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
— Michael Bestas / detail
CallButtons: Prevent FRP bypass via the video calling option
When OOBE is open, phone calls can be placed to the device.
The incall dialog feature to change to a video call is exploitable
via the dialogs that it creates.

Check to ensure that the device is provisioned by us before showi
0/5000
Từ: -
Sang: -
Kết quả (Việt) 1: [Sao chép]
Sao chép!
Relocate weather provider samples to CMSDK samples folderAll weather provider service samples will be placed undercmsdk/samples/weatherproviderserviceAs of today this includes WundergroundWeatherProviderand OpenWeatherMapProviderChange-Id: I1ae5559a786338c686296a3fa2a2aabdd03ab436TICKET: CYNGNOS-2544— Luis Vidal / detailMount pstore filesystem while in recovery* pstore filesystem is evolution of ram_console and contains kmsg from previous boot (previously in /proc/last_kmsg).* Lollipop init.rc does this. If device doesn't have pstore fs, it will simply be ignoredChange-Id: Id3bf8763ccde54f87fde5cdf2db511649c376aa4Signed-off-by: Vojtech Bocek — Vojtech Bocek / detailMerge "DO NOT MERGE MediaServerCrashTest: skip checkIfMediaServerDiedForDrm when dm to fl conversion is not supported." into marshmallow-cts-release— Daniel Xie / detailmerge in marshmallow-cts-release history after reset to marshmallow-cts-dev— The Android Automerger / detailAdd Weather Content Provider [5/5]Use the Weather Content Provider in the cmsdk to pull theweather data.However, SystemUI will rely on LockClock to force weatherupdates via the new Weather Service, which in turn willsend a broadcast when new weather data is available.Change-Id: I3c65ea5f4cc297a7944fcdef33f496cdf2d68d0a— Luis Vidal / detailFix bug in CallManager unregisterForPhoneStates()In this function, it asserts the handler pointer by mistake,so it should stop&release related resources but actually not.
Therefore, when the Phone instance is registerred again, it
will hit mess due to old resources are not cleared. One example
of issue is for IMS Phone: when enter/exit flight mode, IMS
Phone instance will be unregistered and registered again, but
IMS phone registration will fail due to this bug, thus blocks IMS
functions.

Change-Id: I84ff4dcdddf6a8b0d52b5f3bec4ced008cc79fe3
Signed-off-by: chao.bi
Signed-off-by: Zhiquan Liu
— chao.bi / detail
XML Pull Parser optimizations
This patch includes three improvements to the pull parser.

1. readValue now only uses the stringPool for all-whitespace strings.
Values are generally not repeated, and this function can
thrash the string pool in some cases

2. Added a fast path for the normal, correct, end-tag case.
This avoids a hash and lookup in the stringPool

3. While parsing an element (not attribute) name, the namespace and
post-namespace strings are generated using the stringPool.
This saves the cost of calling String.substring in adjustNsp.

Change-Id: I69482a49bf52cb72d48bcbecd30fb56effe6a4ef
— Kevin Hart / detail
Ensure synchronized access of JNI callback object
Ensure synchronized access of JNI object using mutex as
the same is accessed from both Application context during
cleanup and from stack call back context during intimating
Apps on stack event update.

CRs-Fixed: 959400

Change-Id: I39f97f1b530086bc446941dde744e43c33b46f81
— Ayan Ghosh / detail
CMBugReport: add bypass processing config
Allows for internal build bug dumps to go a bit quicker.

Ticket: CYNGNOS-2421
Change-Id: I78034520e863d2ad5eca5e649828e0ea6df4aac1
Signed-off-by: Roman Birg
— Roman Birg / detail
Add new method to LookupHandlerThread for calling new API interfaces
Change-Id: I7353c82019fa5588e08db4522c6f9cbc3c81c3a7
Ticket-Id: MMS-213
— Martin Brabham / detail
WifiNudge: Use PreciseCallState to only show on outgoing calls
We don't want incoming calls to nudge

Ticket: CD-583
Change-Id: Ic7f821c7d35f8dd95a1d945f62787ec89cf2d2c8
— Stephen Bird / detail
Eleven: Cleanup all the whitespace
Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065
— Michael Bestas / detail
CallButtons: Prevent FRP bypass via the video calling option
When OOBE is open, phone calls can be placed to the device.
The incall dialog feature to change to a video call is exploitable
via the dialogs that it creates.

Check to ensure that the device is provisioned by us before showi
đang được dịch, vui lòng đợi..
Kết quả (Việt) 2:[Sao chép]
Sao chép!
Di dời các mẫu cung cấp thời tiết để mẫu CMSDK folder
Tất cả các mẫu cung cấp dịch vụ thời tiết sẽ được đặt dưới
cmsdk / mẫu / weatherproviderservice Tính đến hôm nay điều này bao gồm WundergroundWeatherProvider và OpenWeatherMapProvider Change-Id: I1ae5559a786338c686296a3fa2a2aabdd03ab436 VÉ: CYNGNOS-2544 - Luis Vidal / chi tiết núi PStore hệ thống tập tin trong khi ở phục hồi * PStore hệ thống tập tin là quá trình tiến hóa của ram_console và chứa kmsg từ khởi động trước đó (trước đó trong / proc / last_kmsg). * Lollipop init.rc thực hiện điều này. Nếu thiết bị không có fs PStore, nó sẽ chỉ đơn giản là bỏ qua Change-Id: Id3bf8763ccde54f87fde5cdf2db511649c376aa4 ký-off-by: Vojtech Bocek















- Vojtech Bocek / chi tiết
Merge "KHÔNG MERGE MediaServerCrashTest: skip checkIfMediaServerDiedForDrm khi dm để chuyển đổi fl không được hỗ trợ." vào marshmallow-CT-release
- Daniel Xie / chi tiết
hợp nhất trong lịch sử marshmallow-CT-phát hành sau khi thiết lập lại để Marshmallow-CT-dev
- Các Android Automerger / chi tiết
Thêm Nhà cung cấp Thời tiết Content [5/5]
Sử dụng các nhà cung cấp Thời tiết Nội dung trong cmsdk để kéo
. dữ liệu thời tiết Tuy nhiên, SystemUI sẽ dựa vào LockClock để buộc thời tiết cập nhật thông qua các dịch vụ thời tiết mới, mà lần lượt sẽ gửi một phát sóng khi dữ liệu thời tiết mới có sẵn. Thay đổi-Id: I3c65ea5f4cc297a7944fcdef33f496cdf2d68d0a - Luis Vidal / chi tiết Fix lỗi trong CallManager unregisterForPhoneStates () Trong chức năng này, nó khẳng định con trỏ xử lý bằng cách sai lầm, vì vậy nó phải dừng lại và phát hành tài nguyên liên quan nhưng thực sự không phải. vì vậy, khi các ví dụ điện thoại được registerred một lần nữa, nó sẽ nhấn lộn xộn do nguồn lực cũ không được xóa. Một ví dụ của vấn đề là cho IMS Điện thoại: khi nhập / chế độ máy bay xuất cảnh, IMS Phone dụ sẽ không đăng ký và đăng ký lại, nhưng IMS đăng ký điện thoại sẽ không do lỗi này, do đó khối IMS chức năng. Thay đổi-Id: I84ff4dcdddf6a8b0d52b5f3bec4ced008cc79fe3 ký-off -by: chao.bi



















Ký-off-by: Zhiquan Liu
- Chao.bi / chi tiết
Pull XML Parser tối ưu hóa
bản vá này bao gồm ba cải tiến để phân tích cú pháp kéo. 1. readValue bây giờ chỉ sử dụng stringPool cho tất cả các khoảng trắng dây. Các giá trị thường không lặp đi lặp lại, và chức năng này có thể thrash hồ bơi chuỗi trong một số trường hợp 2. Thêm một con đường nhanh chóng cho việc bình thường, đúng, trường hợp cuối khóa. Điều này tránh một băm và tra cứu trong stringPool 3. Trong khi phân tích một phần tử (không thuộc tính) tên, không gian tên và . Sau namespace chuỗi được tạo ra bằng cách sử dụng stringPool này giúp tiết kiệm chi phí gọi String.substring trong adjustNsp. Thay đổi-Id: I69482a49bf52cb72d48bcbecd30fb56effe6a4ef - Kevin Hart / chi tiết Đảm bảo truy cập đồng bộ của JNI đối tượng gọi lại Đảm bảo truy cập đồng bộ của đối tượng JNI sử dụng mutex như cùng được truy cập từ cả hai bối cảnh ứng dụng trong quá trình dọn dẹp và từ stack gọi lại bối cảnh trong thời intimating Apps trên stack cập nhật sự kiện. CR-cố định: 959.400 Change-Id: I39f97f1b530086bc446941dde744e43c33b46f81 - Ayan Ghosh / chi tiết CMBugReport: thêm chế bỏ qua cấu hình cho phép nội build lỗi bãi để đi một chút nhanh hơn. vé: CYNGNOS-2421 Change-Id: I78034520e863d2ad5eca5e649828e0ea6df4aac1 ký-off-by: Roman Birg






























- La Mã Birg / chi tiết
Thêm phương pháp mới để LookupHandlerThread để gọi giao diện API mới
Change-Id: I7353c82019fa5588e08db4522c6f9cbc3c81c3a7
Ticket-Id: MMS-213
- Martin Brabham / chi tiết
WifiNudge: Sử dụng PreciseCallState chỉ hiển thị trên các cuộc gọi đi
Chúng tôi không muốn các cuộc gọi đến nudge vé: CD-583 Change-Id: Ic7f821c7d35f8dd95a1d945f62787ec89cf2d2c8 - Stephen Bird / chi tiết Eleven: Cleanup tất cả các khoảng trắng Change-Id: I82024ce0ada3220b6b87178ea36303b53445e065 - Michael Bestas / chi tiết CallButtons: Ngăn chặn FRP bypass qua các cuộc gọi video tùy chọn Khi OOBE mở cửa, các cuộc gọi điện thoại có thể được đặt vào thiết bị. các tính năng thoại incall để thay đổi cuộc gọi video có thể khai thác thông qua các hộp thoại mà nó tạo ra. Kiểm tra để đảm bảo rằng thiết bị đang được cung cấp bởi chúng tôi trước khi showi












đang được dịch, vui lòng đợi..
 
Các ngôn ngữ khác
Hỗ trợ công cụ dịch thuật: Albania, Amharic, Anh, Armenia, Azerbaijan, Ba Lan, Ba Tư, Bantu, Basque, Belarus, Bengal, Bosnia, Bulgaria, Bồ Đào Nha, Catalan, Cebuano, Chichewa, Corsi, Creole (Haiti), Croatia, Do Thái, Estonia, Filipino, Frisia, Gael Scotland, Galicia, George, Gujarat, Hausa, Hawaii, Hindi, Hmong, Hungary, Hy Lạp, Hà Lan, Hà Lan (Nam Phi), Hàn, Iceland, Igbo, Ireland, Java, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Kurd, Kyrgyz, Latinh, Latvia, Litva, Luxembourg, Lào, Macedonia, Malagasy, Malayalam, Malta, Maori, Marathi, Myanmar, Mã Lai, Mông Cổ, Na Uy, Nepal, Nga, Nhật, Odia (Oriya), Pashto, Pháp, Phát hiện ngôn ngữ, Phần Lan, Punjab, Quốc tế ngữ, Rumani, Samoa, Serbia, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenia, Somali, Sunda, Swahili, Séc, Tajik, Tamil, Tatar, Telugu, Thái, Thổ Nhĩ Kỳ, Thụy Điển, Tiếng Indonesia, Tiếng Ý, Trung, Trung (Phồn thể), Turkmen, Tây Ban Nha, Ukraina, Urdu, Uyghur, Uzbek, Việt, Xứ Wales, Yiddish, Yoruba, Zulu, Đan Mạch, Đức, Ả Rập, dịch ngôn ngữ.

Copyright ©2024 I Love Translation. All reserved.

E-mail: