Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c4169b8 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11162593 from aa759645 to 24Q1-release

Change-Id: I07c5bdf273ac6f154e4838dd065271c54b10e33f
parents abd24d17 aa759645
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -171,6 +171,7 @@ android_library {
    name: "Launcher3CommonDepsLib",
    srcs: ["src_build_config/**/*.java"],
    static_libs: [
        "SystemUI-statsd",
        "Launcher3ResLib",
        "launcher-testing-shared",
        "animationlib",
+7 −3
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ message ItemInfo {
  optional int32 rank = 5;

  // Stores whether the Item belows to non primary user
  optional bool is_work = 6;
  optional bool is_work = 6 [deprecated = true];

  // Item can be child node to parent container or parent containers (nested)
  optional ContainerInfo container_info = 7;
@@ -48,6 +48,9 @@ message ItemInfo {

  // Stores whether the navigation bar is in kids mode.
  optional bool is_kids_mode = 13;

  // Stores type of the user the Item belong to
  optional int32 user_type = 14;
}

message LauncherAttributes{
@@ -135,7 +138,7 @@ message TaskBarContainer {
  }
}

// Next value 53
// Next value 54
enum Attribute {
  option allow_alias = true;

@@ -180,7 +183,7 @@ enum Attribute {
  ALL_APPS_SEARCH_RESULT_CHROMETAB = 24;
  ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25 [deprecated = true];
  ALL_APPS_SEARCH_RESULT_TIPS = 26;
  ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27;
  ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27 [deprecated = true];
  ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;
  ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31;
  ALL_APPS_SEARCH_RESULT_VIDEO = 41;
@@ -189,6 +192,7 @@ enum Attribute {
  ALL_APPS_SEARCH_RESULT_LOCATION = 50;
  ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51;
  ALL_APPS_SEARCH_RESULT_NO_FULFILLMENT = 52;
  ALL_APPS_SEARCH_RESULT_QS_TILE = 53;

  // Result sources
  DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45;
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@
    <string name="action_screenshot" msgid="8171125848358142917">"Skermkiekie"</string>
    <string name="action_split" msgid="2098009717623550676">"Verdeel"</string>
    <string name="toast_split_select_app" msgid="8464310533320556058">"Tik op ’n ander app om verdeelde skerm te gebruik"</string>
    <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) -->
    <skip />
    <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"Verlaat verdeeldeskermkeuse"</string>
    <string name="toast_split_app_unsupported" msgid="2360229567007828914">"Kies nog ’n app as jy verdeelde skerm wil gebruik"</string>
    <string name="blocked_by_policy" msgid="2071401072261365546">"Jou organisasie laat nie hierdie program toe nie"</string>
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@
    <string name="action_screenshot" msgid="8171125848358142917">"ቅጽበታዊ ገፅ ዕይታ"</string>
    <string name="action_split" msgid="2098009717623550676">"ክፈል"</string>
    <string name="toast_split_select_app" msgid="8464310533320556058">"የተከፈለ ማያ ገጽን ለመጠቀም ሌላ መተግበሪያ መታ ያድርጉ"</string>
    <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) -->
    <skip />
    <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"ከተከፈለ ማያ ገፅ ምርጫ ይውጡ"</string>
    <string name="toast_split_app_unsupported" msgid="2360229567007828914">"የተከፈለ ማያ ገጽን ለመቀበል ሌላ መተግበሪያ ይምረጡ"</string>
    <string name="blocked_by_policy" msgid="2071401072261365546">"ይህ ድርጊት በመተግበሪያው ወይም በእርስዎ ድርጅት አይፈቀድም"</string>
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,8 @@
    <string name="action_screenshot" msgid="8171125848358142917">"لقطة شاشة"</string>
    <string name="action_split" msgid="2098009717623550676">"تقسيم"</string>
    <string name="toast_split_select_app" msgid="8464310533320556058">"انقر على تطبيق آخر لاستخدام وضع تقسيم الشاشة."</string>
    <!-- no translation found for toast_split_select_app_cancel (1532690483356445639) -->
    <skip />
    <string name="toast_split_select_cont_desc" msgid="2119685056059607602">"الخروج من وضع تقسيم الشاشة"</string>
    <string name="toast_split_app_unsupported" msgid="2360229567007828914">"اختَر تطبيقًا آخر لاستخدام وضع تقسيم الشاشة."</string>
    <string name="blocked_by_policy" msgid="2071401072261365546">"لا يسمح التطبيق أو لا تسمح مؤسستك بهذا الإجراء."</string>
Loading