-
Notifications
You must be signed in to change notification settings - Fork 19
StagOS firmware version with logo #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Rakhi15
wants to merge
240
commits into
StagOS:p9
Choose a base branch
from
Rakhi15:p9
base: p9
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…se-4241208 snap-temp-L10800000088711883 Change-Id: I318ca53ea488c4376b24829c411d8621ea5791df
…se-4249735 snap-temp-L34700000089732387 Change-Id: Ie5a92f3830f9650b63024d9db222c6556903b7b2
…se-4250577 snap-temp-L69200000089847527 Change-Id: I9fdb18a21b12a8e99820298218a03042adf6a956
…se-4253819 snap-temp-L17400000090293341 Change-Id: I5fdc5fe30b034b82c418d23437e50246622e5204
…se-4257729 snap-temp-L14600000090822884 Change-Id: Id38c05239a42d3f5aa92e2d126b24f93e33828c7
…se-4262110 snap-temp-L42700000091449286 Change-Id: Ia668e9318eb55dbe10e43db70d8f05889a6b0f0b
…se-4269836 snap-temp-L23500000092503827 Change-Id: I594fdaf56fe9b2ff64e07e7fb4d96e5625fb6746
…se-4273687 snap-temp-L51400000093075386 Change-Id: I6b482499f2b82375b64c2e6cfb8d60c1d022c1b6
…se-4277421 snap-temp-L88300000093613514 Change-Id: I3241995483b9d90d9c89bb1aa377fd1e4f73dfd2
…se-4280901 snap-temp-L36900000094197597 Change-Id: I2cc061459bd92fcdc7ce435608f75e4049e2afbb
…se-4288638 snap-temp-L71800000095143664 Change-Id: If392efd80000847c8d4cc50f16dd239039796c93
…se-4290469 snap-temp-L99200000095525646 Change-Id: I6cc0a951eac237f944a888602a7b787eef5efb26
…se-4293790 snap-temp-L31600000095939746 Change-Id: I746f174c7880002fab4fa1fffe834b06eb374ef9
…se-4296206 snap-temp-L10900000096312436 Change-Id: I1854cd33ef7899f21cca4c936d822492d39b39d6
…se-4301718 snap-temp-L56500000097146696 Change-Id: I61390327b6b594babae94df9b636551588511a3a
…se-4303984 snap-temp-L75600000097489288 Change-Id: I84938cbb0aa366ae579c054d761e70de3287cfea
…se-4306414 snap-temp-L16000000097876522 Change-Id: I7f77c46220b757b41781c7626b495faa6cf19a0c
…se-4308806 snap-temp-L91400000098269614 Change-Id: Ib193924d5c6a0d2fb04f3ebaca31ac9c7466ed43
…se-4314474 snap-temp-L95500000099150132 Change-Id: Ifeaa9bea2c020dbb0cd9bac3f0151a0c92ebb2df
…se-4318525 snap-temp-L60300000099762192 Change-Id: Ifc033d04a17ae79f3b4f891d72976af14751f1c4
…se-4320962 snap-temp-L22700000100184372 Change-Id: I2b751452c0cef4df97a0b1842a943badcd194521
…se-4326570 snap-temp-L59400000101056305 Change-Id: Ifac37339de26f970d5519942dc46ded5a507bcda
…se-4327172 snap-temp-L25600000101152760 Change-Id: Icf1fc350ff3de3cedbed563828769d07f30235f8
…se-4329913 snap-temp-L73100000101564133 Change-Id: I3656f11760ca4605840471a224fed4e6eb689da3
…se-4332766 snap-temp-L47800000102000453 Change-Id: I433862f7a9f2a024471648e0fb2a49f92c9f5c5a
…se-4335309 snap-temp-L62700000102430107 Change-Id: I2f044655b0cd0174b81a4dfbf52f1ae5974c8a0f
…se-4342840 snap-temp-L74000000103414049 Change-Id: If8ca043ad02010f90dbef104365a9bc5f9bfba4e
…se-4343546 snap-temp-L34700000103535552 Change-Id: I84001c7aed57d3778201c24de73d40639a71be6c
…se-4346747 snap-temp-L27900000104043986 Change-Id: I8fca295472922a3ab9e7e9cfd61ac0413c5e6774
…se-4349279 snap-temp-L58700000104420312 Change-Id: I6803c9ee542529116ae21dfcfc0760032f10208e
Only primary user can set LOCK_SCREEN_SHOW_NOTIFICATIONS, profile can only set notifications to be redacted. When the user changes notification settings for a work app, this class is invoked from the profile, meaning it attempts to read LOCK_SCREEN_SHOW_NOTIFICATIONS for the profile, which is not there. As a result the function always returs 0 for work apps. Bug: 111112011 Test: atest packages/apps/Settings/tests/robotests/src/com/android/settings/notification/VisibilityPreferenceControllerTest.java Change-Id: Ifb50209ea8ea8fb6639f00ca8b7cf8a4295890ad (cherry picked from commit f14de78)
…64001, 4564351, 4564352, 4564333, 4564033, 4560455, 4564034, 4560674, 4560675, 4563620, 4561607, 4561062, 4561063] into pi-release Change-Id: Ie308d644fd0a0f4f72fd54d7bf86c1cf63e720b7
When the device is not yet provisioned and settings is launched: - disable the entry point for changing device lock - remove the search panel from settings home page - remove the search menu Bug: 110034419 Test: make RunSettingsRoboTests Change-Id: Ieb7eb0e8699229ec0824ccc19d7b958ac44965a2 Merged-In: Ieb7eb0e8699229ec0824ccc19d7b958ac44965a2 (cherry picked from commit 770f4ab)
…93680, 4793681, 4793581, 4793582, 4793625, 4793626, 4793627, 4793628, 4793700, 4793701, 4793702, 4793703, 4793704, 4793705, 4793661, 4793720, 4793721, 4793722, 4793723, 4793724, 4793725, 4793726, 4793727, 4793728, 4793583, 4793740, 4793760, 4793662, 4793780, 4793729] into pi-release-2 Change-Id: I180086b49490ea5f28639e800e74a43371678a84
Change-Id: I0bd41e702b6ae1b56de00a7be5fcdce0f5174722
Author
|
com.android.preference. merged with firmware version show java |
fd0ef32 to
2610337
Compare
1c1298d to
47f3f80
Compare
4a2538b to
ea0b61e
Compare
45ed317 to
c5ba859
Compare
e0964f9 to
51b711e
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added logo with sim_stack_preference in firmware version content layout and XML base