APP SCORES

Security Score 65/100
Trackers Detection 0/432

MobSF Scorecard

FILE INFORMATION

File Name 38ed0b9a208fa9628b7e12b763df6ac0.apk
Size 2.01MB
MD5 38ed0b9a208fa9628b7e12b763df6ac0
SHA1 2dec12e5e8b0b7558cef5335853f179ae8a087d2
SHA256 6352f6d0cdc85a42de3ccfd9226dfec28280aa835227acc507043a4403b7e700

APP INFORMATION

App Name RootBeer Sample
Package Name com.scottyab.rootbeer.sample
Main Activity com.scottyab.rootbeer.sample.MainActivity
Target SDK 25 Min SDK 10 Max SDK
Android Version Name 0.6 Android Version Code 6

1

ACTIVITIES

View

0

SERVICES

View

0

RECEIVERS

View

0

PROVIDERS

View
Exported
Activities
0
Exported
Services
0
Exported
Receivers
0
Exported
Providers
0

SIGNER CERTIFICATE

Binary is signed
v1 signature: True
v2 signature: True
v3 signature: False
v4 signature: False
X.509 Subject: C=uk, ST=uk, L=Unknown, O=scottyab, OU=Unknown, CN=Unknown
Signature Algorithm: rsassa_pkcs1v15
Valid From: 2015-09-16 10:47:44+00:00
Valid To: 2043-02-01 10:47:44+00:00
Issuer: C=uk, ST=uk, L=Unknown, O=scottyab, OU=Unknown, CN=Unknown
Serial Number: 0xee94d9a
Hash Algorithm: sha256
md5: 845aed9e331b84e23ac973b1ecc8b95e
sha1: ea0b578a8456e29252ea3d3150ee947774fc72be
sha256: 16eaad0ec35f0286547794a26f36eb032ebbeb98040f7c053554c6641448364f
sha512: 17fe783d9a6fec3e5d19ff3025565d5c5fc9288479e8b81265eaa1da729ded569c9359603c059243307a1e1c68dced4c51a8ee981251f6375a41fb5edc33778b
PublicKey Algorithm: rsa
Bit Size: 2048
Fingerprint: dc908a2aacba0de2bde4fc5ff89983d6eed30865dd4793c916d190d3d443e63d
Found 1 unique certificates

APPLICATION PERMISSIONS

PERMISSION STATUS INFO DESCRIPTION CODE MAPPINGS

BROWSABLE ACTIVITIES

ACTIVITY INTENT

NETWORK SECURITY

NO SCOPE SEVERITY DESCRIPTION

CERTIFICATE ANALYSIS

HIGH
0
WARNING
1
INFO
1
TITLE SEVERITY DESCRIPTION
Signed Application info Application is signed with a code signing certificate
Application vulnerable to Janus Vulnerability warning Application is signed with v1 signature scheme, making it vulnerable to Janus vulnerability on Android 5.0-8.0, if signed only with v1 signature scheme. Applications running on Android 5.0-7.0 signed with v1, and v2/v3 scheme is also vulnerable.

MANIFEST ANALYSIS

HIGH
1
WARNING
1
INFO
0
SUPPRESSED
0
NO ISSUE SEVERITY DESCRIPTION OPTIONS
1 App can be installed on a vulnerable upatched Android version
Android 2.3.3-2.3.7, [minSdk=10]
high This application can be installed on an older version of android that has multiple unfixed vulnerabilities. These devices won't receive reasonable security updates from Google. Support an Android version => 10, API 29 to receive reasonable security updates.
2 Application Data can be Backed up
[android:allowBackup] flag is missing.
warning The flag [android:allowBackup] should be set to false. By default it is set to true and allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device.

SHARED LIBRARY BINARY ANALYSIS

NO SHARED OBJECT NX STACK CANARY RELRO RPATH RUNPATH FORTIFY SYMBOLS STRIPPED
1 armeabi/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
2 x86_64/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
3 mips/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
4 mips64/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
5 x86/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
True
info
This binary has a stack canary value added to the stack so that it will be overwritten by a stack buffer that overflows the return address. This allows detection of overflows by verifying the integrity of the canary before function return.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
6 armeabi-v7a/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
7 arm64-v8a/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
8 armeabi/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
9 x86_64/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
10 mips/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
11 mips64/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
12 x86/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
True
info
This binary has a stack canary value added to the stack so that it will be overwritten by a stack buffer that overflows the return address. This allows detection of overflows by verifying the integrity of the canary before function return.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
13 armeabi-v7a/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.
14 arm64-v8a/libtool-checker.so
Analyze
True
info
The binary has NX bit set. This marks a memory page non-executable making attacker injected shellcode non-executable.
False
high
This binary does not have a stack canary value added to the stack. Stack canaries are used to detect and prevent exploits from overwriting return address. Use the option -fstack-protector-all to enable stack canaries. Not applicable for Dart/Flutter libraries unless Dart FFI is used.
Full RELRO
info
This shared object has full RELRO enabled. RELRO ensures that the GOT cannot be overwritten in vulnerable ELF binaries. In Full RELRO, the entire GOT (.got and .got.plt both) is marked as read-only.
None
info
The binary does not have run-time search path or RPATH set.
None
info
The binary does not have RUNPATH set.
False
warning
The binary does not have any fortified functions. Fortified functions provides buffer overflow checks against glibc's commons insecure functions like strcpy, gets etc. Use the compiler option -D_FORTIFY_SOURCE=2 to fortify functions. This check is not applicable for Dart/Flutter libraries.
False
warning
Symbols are available.

NIAP ANALYSIS v1.3

NO IDENTIFIER REQUIREMENT FEATURE DESCRIPTION

FILE ANALYSIS

NO ISSUE FILES

APKiD ANALYSIS

DEX DETECTIONS
classes.dex
FINDINGS DETAILS
Anti-VM Code Build.TAGS check
possible ro.secure check
Compiler dx (possible dexmerge)
Manipulator Found dexmerge

QUARK ANALYSIS

POTENTIAL MALICIOUS BEHAVIOUR EVIDENCE

ABUSED PERMISSIONS

Top Malware Permissions 0/24
Other Common Permissions 0/45

Malware Permissions are the top permissions that are widely abused by known malware.
Other Common Permissions are permissions that are commonly abused by known malware.

SERVER LOCATIONS


This app may communicate with the following OFAC sanctioned list of countries.

DOMAIN COUNTRY/REGION

DOMAIN MALWARE CHECK

DOMAIN STATUS GEOLOCATION
github.com ok
IP: 140.82.121.3
Country: United States of America
Region: California
City: San Francisco
Latitude: 37.775700
Longitude: -122.395203
View: Google Map

URLS

URL FILE
https://github.com/scottyab/rootbeer
com/scottyab/rootbeer/sample/MainActivity.java

FIREBASE DATABASE

EMAILS

TRACKERS

TRACKER NAME CATEGORIES URL

POSSIBLE HARDCODED SECRETS

STRINGS

From APK Resource

Show all 1381 strings "abc_activity_chooser_view_see_all" : "Προβολή όλων"
"abc_searchview_description_voice" : "ការស្វែងរក​សំឡេង"
"abc_action_bar_up_description" : "Жогору"
"abc_action_mode_done" : "Tayyor"
"abc_searchview_description_query" : "Bilaketa-kontsulta"
"abc_searchview_description_query" : "ਸਵਾਲ ਖੋਜੋ"
"abc_activity_chooser_view_see_all" : "ראה הכל"
"root_checks_8" : "DANGEROUS PROPS"
"abc_action_bar_home_description" : "Điều hướng về trang chủ"
"abc_action_bar_home_description" : "پیمایش به صفحه اصلی"
"abc_activity_chooser_view_see_all" : "Прикажи све"
"abc_search_hint" : "Cerca…"
"abc_activity_chooser_view_see_all" : "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
"abc_searchview_description_clear" : "검색어 삭제"
"abc_capital_off" : "ပိတ်"
"search_menu_title" : "Поиск"
"abc_searchview_description_query" : "Search query"
"abc_capital_off" : "UIT"
"abc_searchview_description_clear" : "Очистити запит"
"abc_shareactionprovider_share_with" : "Bagikan dengan"
"abc_action_bar_up_description" : "Mag-navigate pataas"
"abc_searchview_description_query" : "ক্যোয়ারী অনুসন্ধান করুন"
"abc_searchview_description_submit" : "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
"abc_searchview_description_submit" : "जिज्ञासा पेस गर्नुहोस्"
"abc_action_bar_home_description" : "Navigeer tuis"
"abc_toolbar_collapse_description" : "Samenvouwen"
"abc_searchview_description_clear" : "Брисање упита"
"abc_capital_on" : "បើក"
"path_password_strike_through" : "M3.27,4.27 L19.74,20.74"
"abc_action_bar_up_description" : "Prejsť hore"
"abc_searchview_description_search" : "Leita"
"abc_shareactionprovider_share_with" : "ແບ່ງປັນກັບ"
"abc_action_bar_up_description" : "រកមើល​ឡើងលើ"
"abc_activitychooserview_choose_application" : "ជ្រើស​កម្មវិធី​​"
"abc_searchview_description_clear" : "Wyczyść zapytanie"
"abc_searchview_description_submit" : "መጠይቅ ያስረክቡ"
"abc_searchview_description_query" : "ძიების მოთხოვნა"
"abc_action_mode_done" : "בוצע"
"abc_action_menu_overflow_description" : "更多選項"
"abc_activity_chooser_view_see_all" : "Buka konke"
"abc_action_menu_overflow_description" : "Opsi lain"
"search_menu_title" : "Tafuta"
"abc_capital_off" : "IZKLOPLJENO"
"abc_shareactionprovider_share_with_application" : "Comparteix amb %s"
"abc_shareactionprovider_share_with_application" : "Freigeben für %s"
"abc_activity_chooser_view_see_all" : "Shikoji të gjitha"
"abc_searchview_description_search" : "Iskanje"
"abc_action_mode_done" : "Valmis"
"search_menu_title" : "Ricerca"
"abc_searchview_description_submit" : "Utfør søket"
"abc_searchview_description_submit" : "Отправить запрос"
"abc_searchview_description_search" : "Otsing"
"abc_searchview_description_query" : "Pertanyaan carian"
"abc_action_mode_done" : "Fine"
"abc_action_menu_overflow_description" : "மேலும் விருப்பங்கள்"
"abc_capital_on" : "IESLĒGTS"
"abc_capital_off" : "DEAKTİV"
"abc_searchview_description_voice" : "Pretraživanje glasom"
"abc_capital_off" : "ISKLJUČENO"
"search_menu_title" : "Пребарај"
"abc_activitychooserview_choose_application" : "Избор апликације"
"abc_toolbar_collapse_description" : "Strni"
"abc_searchview_description_voice" : "ശബ്ദതിരയൽ"
"abc_searchview_description_voice" : "Гласовно пребарување"
"abc_capital_on" : "ເປີດ"
"abc_action_mode_done" : "पूर्ण झाले"
"abc_searchview_description_voice" : "Voice search"
"abc_action_mode_done" : "முடிந்தது"
"abc_action_bar_up_description" : "Navigeer op"
"abc_searchview_description_query" : "Consulta"
"abc_searchview_description_query" : "Meklēšanas vaicājums"
"abc_action_bar_home_description" : "Ir á páxina de inicio"
"abc_action_mode_done" : "დასრულდა"
"abc_searchview_description_query" : "Хайх асуулга"
"abc_searchview_description_clear" : "Notīrīt vaicājumu"
"abc_search_hint" : "Vyhľadať…"
"abc_searchview_description_submit" : "Envia la consulta"
"abc_searchview_description_search" : "Søk"
"abc_activity_chooser_view_see_all" : "Ikusi guztiak"
"abc_activitychooserview_choose_application" : "Válasszon ki egy alkalmazást"
"status_bar_notification_info_overflow" : "९९९+"
"abc_action_mode_done" : "Končano"
"abc_shareactionprovider_share_with" : "Sdílet pomocí"
"abc_shareactionprovider_share_with" : "ഇവരുമായി പങ്കിടുക"
"abc_searchview_description_submit" : "Dien navraag in"
"abc_action_bar_up_description" : "اوپر نیویگیٹ کریں"
"abc_activitychooserview_choose_application" : "Een app selecteren"
"abc_toolbar_collapse_description" : "Sbalit"
"abc_searchview_description_search" : "Suchen"
"abc_searchview_description_clear" : "Διαγραφή ερωτήματος"
"abc_capital_on" : "UKLJUČENO"
"abc_action_bar_up_description" : "Navigasi naik"
"abc_activity_chooser_view_see_all" : "មើល​ទាំងអស់"
"abc_shareactionprovider_share_with_application" : "Dijeljenje sa: %s"
"abc_capital_off" : "ВЫКЛ."
"app_name" : "RootBeer Sample"
"abc_action_bar_home_subtitle_description_format" : "„%1$s“, „%2$s“ – %3$s"
"abc_searchview_description_submit" : "Сұрақты жіберу"
"root_checks_10" : "ROOT CLOAKING APPS"
"abc_search_hint" : "खोज्नुहोस्..."
"abc_action_mode_done" : "Selesai"
"abc_action_menu_overflow_description" : "Другие параметры"
"abc_shareactionprovider_share_with" : "Kongsi dengan"
"abc_shareactionprovider_share_with" : "မျှဝေဖို့ ရွေးပါ"
"abc_action_mode_done" : "Готово"
"abc_searchview_description_clear" : "Cancella query"
"abc_action_mode_done" : "Gatavs"
"abc_searchview_description_clear" : "Изчистване на заявката"
"abc_action_bar_up_description" : "Navigeerimine üles"
"abc_activitychooserview_choose_application" : "Escolher uma aplicação"
"abc_searchview_description_submit" : "ສົ່ງການຊອກຫາ"
"abc_capital_off" : "ปิด"
"abc_shareactionprovider_share_with" : "ከሚከተለው ጋር ያጋሩ"
"abc_action_mode_done" : "تمام"
"abc_action_mode_done" : "થઈ ગયું"
"abc_shareactionprovider_share_with" : "Partekatu hauekin"
"abc_action_bar_home_description" : "હોમ પર નેવિગેટ કરો"
"abc_action_bar_up_description" : "Idi gore"
"abc_search_hint" : "Пребарување…"
"abc_activity_chooser_view_see_all" : "전체 보기"
"abc_searchview_description_submit" : "Талап жөнөтүү"
"search_menu_title" : "Търсене"
"abc_capital_on" : "BE"
"abc_activity_chooser_view_see_all" : "Показать все"
"abc_searchview_description_search" : "Hledat"
"abc_searchview_description_submit" : "Päringu esitamine"
"abc_shareactionprovider_share_with" : "આની સાથે શેર કરો"
"abc_searchview_description_search" : "தேடு"
"abc_searchview_description_query" : "Consulta de cerca"
"abc_searchview_description_search" : "Búsqueda"
"abc_action_bar_home_description" : "Ուղղվել տուն"
"abc_font_family_subhead_material" : "sans-serif"
"abc_action_menu_overflow_description" : "Més opcions"
"abc_action_bar_home_description" : "Fara heim"
"abc_capital_off" : "ක්‍රියාවිරහිතයි"
"abc_searchview_description_search" : "തിരയൽ"
"abc_searchview_description_clear" : "അന്വേഷണം മായ്‌ക്കുക"
"abc_activitychooserview_choose_application" : "అనువర్తనాన్ని ఎంచుకోండి"
"abc_action_bar_home_description_format" : "%1$s:%2$s"
"abc_capital_on" : "सक्रिय गर्नुहोस्"
"abc_shareactionprovider_share_with" : "Megosztás a következővel:"
"abc_action_bar_home_description" : "瀏覽主頁"
"abc_capital_off" : "ӨШІРУЛІ"
"abc_searchview_description_query" : "Vyhledávací dotaz"
"abc_font_family_title_material" : "sans-serif-medium"
"abc_capital_on" : "KÄYTÖSSÄ"
"abc_activitychooserview_choose_application" : "Vælg en app"
"abc_action_bar_up_description" : "Revenir en haut de la page"
"abc_action_menu_overflow_description" : "その他のオプション"
"abc_action_menu_overflow_description" : "Flere alternativer"
"abc_shareactionprovider_share_with_application" : "Абагуліць з %s"
"abc_activitychooserview_choose_application" : "Aukeratu aplikazio bat"
"abc_action_bar_home_subtitle_description_format" : "%1$s، %2$s، %3$s"
"abc_searchview_description_clear" : "Талаптарды тазалоо"
"bottom_sheet_behavior" : "android.support.design.widget.BottomSheetBehavior"
"abc_toolbar_collapse_description" : "سکیڑیں"
"abc_shareactionprovider_share_with_application" : "%s എന്നതുമായി പങ്കിടുക"
"abc_activity_chooser_view_see_all" : "အားလုံးကို ကြည့်ရန်"
"abc_action_bar_home_description" : "홈 탐색"
"abc_searchview_description_query" : "Otsingupäring"
"abc_searchview_description_submit" : "Serah pertanyaan"
"abc_shareactionprovider_share_with" : "שתף עם"
"abc_shareactionprovider_share_with" : "Partilhar com"
"abc_search_hint" : "Ieškoti..."
"abc_searchview_description_search" : "Căutați"
"abc_shareactionprovider_share_with" : "Şununla paylaş"
"abc_activity_chooser_view_see_all" : "Tout afficher"
"abc_searchview_description_submit" : "إرسال طلب البحث"
"abc_search_hint" : "ស្វែងរក…"
"abc_search_hint" : "Suchen…"
"abc_capital_off" : "ԱՆՋԱՏՎԱԾ"
"abc_search_hint" : "ရှာဖွေပါ..."
"abc_shareactionprovider_share_with" : "選擇分享對象"
"abc_activity_chooser_view_see_all" : "Mostra'ls tots"
"abc_action_menu_overflow_description" : "Lagi pilihan"
"abc_activity_chooser_view_see_all" : "Барлығын көру"
"abc_search_hint" : "חפש…"
"abc_toolbar_collapse_description" : "ਨਸ਼ਟ ਕਰੋ"
"abc_action_bar_home_subtitle_description_format" : "%1$s, %2$s – %3$s"
"abc_searchview_description_submit" : "Lekérdezés küldése"
"abc_search_hint" : "تلاش کریں…"
"abc_capital_off" : "ИСКЛУЧЕНО"
"abc_searchview_description_search" : "Хайх"
"search_menu_title" : "සොයන්න"
"abc_searchview_description_clear" : "Eliminar la consulta"
"abc_action_bar_up_description" : "Omhoog navigeren"
"path_password_eye_mask_visible" : "M2,4.27 L2,4.27 L4.54,1.73 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z"
"abc_capital_on" : "ВКЛУЧЕНО"
"abc_shareactionprovider_share_with_application" : "Споделяне със: %s"
"abc_activitychooserview_choose_application" : "Колдонмо тандоо"
"abc_action_bar_home_subtitle_description_format" : "%1$s, %2$s: %3$s"
"abc_searchview_description_voice" : "Үн аркылуу издөө"
"abc_search_hint" : "ਖੋਜ…"
"search_menu_title" : "ፈልግ"
"abc_searchview_description_clear" : "Xóa truy vấn"
"abc_searchview_description_query" : "Zoekopdracht"
"abc_searchview_description_voice" : "Ricerca vocale"
"abc_searchview_description_search" : "Pretraga"
"abc_action_bar_home_subtitle_description_format" : "%1$s, %2$s, %3$s"
"abc_searchview_description_clear" : "ক্যোয়ারী সাফ করুন"
"abc_searchview_description_clear" : "Borrar consulta"
"abc_shareactionprovider_share_with" : "Ibahagi sa/kay"
"abc_searchview_description_query" : "Søgeforespørgsel"
"abc_searchview_description_clear" : "Hreinsa fyrirspurn"
"abc_action_mode_done" : "Hotovo"
"abc_searchview_description_search" : "অনুসন্ধান করুন"
"abc_activitychooserview_choose_application" : "Valige rakendus"
"abc_searchview_description_submit" : "Поднеси барање"
"abc_searchview_description_query" : "So‘rovni izlash"
"abc_action_mode_done" : "OK"
"abc_action_bar_up_description" : "மேலே வழிசெலுத்து"
"abc_action_bar_home_description" : "Pārvietoties uz sākuma ekrānu"
"abc_activitychooserview_choose_application" : "App auswählen"
"abc_action_bar_home_subtitle_description_format" : "‏%1$s‏, %2$s‏, %3$s"
"abc_searchview_description_clear" : "ล้างข้อความค้นหา"
"abc_capital_off" : "NONAKTIF"
"abc_toolbar_collapse_description" : "Contraer"
"abc_searchview_description_search" : "Hľadať"
"abc_toolbar_collapse_description" : "Ciutkan"
"abc_action_bar_home_description" : "Zur Startseite"
"abc_searchview_description_submit" : "Iesniegt vaicājumu"
"abc_toolbar_collapse_description" : "Thu gọn"
"abc_search_hint" : "தேடு..."
"abc_shareactionprovider_share_with" : "Del med"
"search_menu_title" : "অনুসন্ধান করুন"
"abc_action_bar_home_description" : "Odlazak na Početnu"
"abc_searchview_description_query" : "Upit za pretragu"
"abc_action_bar_home_description" : "נווט לדף הבית"
"abc_shareactionprovider_share_with" : "Bendrinti naudojant"
"abc_searchview_description_voice" : "Búsqueda por voz"
"abc_searchview_description_voice" : "Röstsökning"
"status_bar_notification_info_overflow" : "၉၉၉+"
"abc_searchview_description_search" : "Søg"
"abc_shareactionprovider_share_with" : "Chia sẻ với"
"abc_action_bar_home_description" : "Navigeren naar startpositie"
"status_bar_notification_info_overflow" : "999+"
"abc_searchview_description_submit" : "Lähetä kysely"
"abc_searchview_description_voice" : "Recherche vocale"
"abc_action_bar_up_description" : "ඉහලට සංචාලනය කරන්න"
"abc_activity_chooser_view_see_all" : "Visualizza tutte"
"abc_searchview_description_search" : "Rechercher"
"abc_toolbar_collapse_description" : "Vou in"
"abc_activitychooserview_choose_application" : "Odaberite aplikaciju"
"abc_searchview_description_submit" : "提交查詢"
"abc_action_bar_home_description" : "Ugrás a főoldalra"
"abc_toolbar_collapse_description" : "හකුළන්න"
"abc_searchview_description_submit" : "ప్రశ్నని సమర్పించు"
"abc_searchview_description_clear" : "Slett søket"
"abc_searchview_description_voice" : "ਵੌਇਸ ਖੋਜ"
"abc_activity_chooser_view_see_all" : "Afișați-le pe toate"
"abc_action_bar_home_description" : "मुख्‍यपृष्‍ठ नेव्‍हिगेट करा"
"abc_action_mode_done" : "Fet"
"abc_toolbar_collapse_description" : "Replega"
"abc_toolbar_collapse_description" : "Згарнуць"
"search_menu_title" : "Paieška"
"abc_activity_chooser_view_see_all" : "Ver todas"
"abc_action_bar_up_description" : "向上瀏覽"
"abc_searchview_description_query" : "Издөө талаптары"
"abc_searchview_description_clear" : "Kosongkan pertanyaan"
"search_menu_title" : "Kërko"
"search_menu_title" : "శోధించు"
"abc_activitychooserview_choose_application" : "Odabir aplikacije"
"abc_searchview_description_voice" : "Hangalapú keresés"
"abc_action_mode_done" : "पूर्ण"
"abc_capital_on" : "ACTIVADO"
"abc_action_menu_overflow_description" : "ตัวเลือกอื่น"
"abc_action_bar_up_description" : "Кретање нагоре"
"abc_shareactionprovider_share_with" : "Delen met"
"abc_shareactionprovider_share_with_application" : "Udostępnij dla %s"
"abc_capital_off" : "បិទ"
"search_menu_title" : "Keresés"
"abc_capital_on" : "ATIVADO"
"abc_searchview_description_voice" : "Гласово търсене"
"abc_shareactionprovider_share_with" : "Dela med"
"abc_searchview_description_clear" : "प्रश्‍न हटाउनुहोस्"
"abc_search_hint" : "Otsige …"
"abc_shareactionprovider_share_with_application" : "Share with %s"
"action_github" : "Get on Github"
"abc_action_bar_home_description" : "Revenir à l'accueil"
"abc_shareactionprovider_share_with" : "分享方式"
"abc_capital_off" : "DÉSACTIVÉ"
"abc_search_hint" : "ፈልግ…"
"abc_action_bar_up_description" : "Zulazulela phezulu"
"abc_action_mode_done" : "Feito"
"abc_activitychooserview_choose_application" : "Sélectionner une application"
"abc_capital_off" : "DEZACTIVAȚI"
"abc_activitychooserview_choose_application" : "انتخاب برنامه"
"abc_capital_off" : "O‘CHIQ"
"abc_searchview_description_clear" : "Ta bort frågan"
"abc_action_menu_overflow_description" : "Boshqa parametrlar"
"abc_action_bar_up_description" : "Ngjitu lart"
"abc_shareactionprovider_share_with_application" : "Надіслати через %s"
"search_menu_title" : "Meklēt"
"abc_action_bar_home_description" : "Перейти на главный экран"
"abc_action_mode_done" : "ਹੋ ਗਿਆ"
"abc_searchview_description_voice" : "အသံဖြင့် ရှာဖွေခြင်း"
"abc_activitychooserview_choose_application" : "Вибрати програму"
"abc_action_menu_overflow_description" : "Još opcija"
"abc_searchview_description_search" : "Maghanap"
"abc_searchview_description_query" : "Umbuzo wosesho"
"search_menu_title" : "Որոնել"
"search_menu_title" : "શોધો"
"abc_search_hint" : "অনুসন্ধান..."
"abc_searchview_description_voice" : "குரல் தேடல்"
"abc_action_mode_done" : "Atlikta"
"abc_activitychooserview_choose_application" : "Elige una aplicación."
"abc_action_bar_up_description" : "Дээш шилжих"
"abc_capital_on" : "AÇ"
"abc_activitychooserview_choose_application" : "ਇੱਕ ਐਪ ਚੁਣੋ"
"abc_shareactionprovider_share_with" : "Deel met"
"abc_search_hint" : "Kërko..."
"abc_shareactionprovider_share_with_application" : "與「%s」分享"
"abc_action_bar_home_description" : "Негізгі бетте қозғалу"
"abc_action_menu_overflow_description" : "Weitere Optionen"
"abc_searchview_description_clear" : "محو طلب البحث"
"abc_searchview_description_clear" : "Suchanfrage löschen"
"search_menu_title" : "Otsing"
"abc_activitychooserview_choose_application" : "เลือกแอป"
"abc_capital_off" : "IZSLĒGTS"
"abc_searchview_description_clear" : "Hapus kueri"
"abc_action_bar_home_description" : "Krmarjenje domov"
"abc_shareactionprovider_share_with" : "แชร์กับ"
"abc_toolbar_collapse_description" : "Daralt"
"abc_searchview_description_submit" : "Dërgo pyetjen"
"abc_action_bar_home_description_format" : "‏%1$s‏، %2$s"
"abc_toolbar_collapse_description" : "ሰብስብ"
"abc_action_bar_up_description" : "माथि खोज्नुहोस्"
"abc_capital_on" : "開啟"
"abc_shareactionprovider_share_with_application" : "Bendrinti naudojant „%s“"
"abc_capital_on" : "ВКЛ."
"abc_action_menu_overflow_description" : "Opsione të tjera"
"abc_search_hint" : "Sök …"
"abc_activity_chooser_view_see_all" : "Näytä kaikki"
"abc_shareactionprovider_share_with_application" : "%sと共有"
"abc_capital_off" : "IŠJUNGTA"
"abc_activity_chooser_view_see_all" : "Ver todo"
"abc_shareactionprovider_share_with" : "Trimiteți la"
"abc_activitychooserview_choose_application" : "Izbira aplikacije"
"abc_action_bar_home_description" : "Navegar a la página principal"
"abc_shareactionprovider_share_with_application" : "%s ကို မျှဝေပါရန်"
"abc_search_hint" : "Iyasesha..."
"abc_shareactionprovider_share_with" : "Compartir con"
"abc_toolbar_collapse_description" : "Жыйнап коюу"
"abc_toolbar_collapse_description" : "સંકુચિત કરો"
"abc_capital_on" : "ZAP."
"abc_action_mode_done" : "Ferdig"
"abc_capital_on" : "TIL"
"abc_action_bar_home_description" : "ホームへ移動"
"abc_searchview_description_voice" : "හඬ සෙවීම"
"abc_activitychooserview_choose_application" : "Zvoľte aplikáciu"
"abc_search_hint" : "ค้นหา…"
"abc_toolbar_collapse_description" : "כווץ"
"abc_searchview_description_submit" : "ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"
"abc_searchview_description_submit" : "Wasilisha hoja"
"abc_search_hint" : "ಹುಡುಕಿ…"
"abc_action_bar_up_description" : "উপরের দিকে নেভিগেট করুন"
"abc_action_bar_home_description" : "转到主屏幕"
"abc_searchview_description_query" : "Pretraži upit"
"abc_search_hint" : "Căutați…"
"abc_activitychooserview_choose_application" : "აპის არჩევა"
"abc_shareactionprovider_share_with" : "Կիսվել"
"abc_capital_on" : "פועל"
"abc_action_bar_up_description" : "นำทางขึ้น"
"abc_action_bar_home_description" : "ਹੋਮ ਨੈਵੀਗੇਟ ਕਰੋ"
"abc_toolbar_collapse_description" : "Свернуть"
"abc_searchview_description_clear" : "Сұрақты жою"
"abc_searchview_description_search" : "शोध"
"abc_searchview_description_query" : "खोज क्वेरी"
"abc_action_menu_overflow_description" : "옵션 더보기"
"abc_capital_off" : "ОТКЛ."
"abc_toolbar_collapse_description" : "Kutista"
"abc_capital_off" : "बंद"
"character_counter_pattern" : "%1$d / %2$d"
"abc_searchview_description_submit" : "Bidali kontsulta"
"abc_search_hint" : "Soek …"
"abc_searchview_description_clear" : "Tyhjennä kysely"
"abc_searchview_description_submit" : "Изпращане на заявката"
"abc_action_menu_overflow_description" : "更多选项"
"abc_action_bar_home_description" : "Orientohu për në shtëpi"
"abc_action_bar_home_description" : "హోమ్‌కు నావిగేట్ చేయండి"
"abc_searchview_description_search" : "ፍለጋ"
"search_menu_title" : "البحث"
"abc_action_mode_done" : "Lokið"
"abc_searchview_description_query" : "Query sa paghahanap"
"abc_searchview_description_search" : "搜尋"
"abc_activitychooserview_choose_application" : "Velg en app"
"abc_searchview_description_query" : "Tìm kiếm truy vấn"
"abc_capital_off" : "MATI"
"abc_shareactionprovider_share_with" : "Сподели со"
"abc_search_hint" : "搜尋…"
"abc_action_bar_home_subtitle_description_format" : "%1$s - %2$s:%3$s"
"abc_searchview_description_submit" : "ส่งข้อความค้นหา"
"abc_searchview_description_voice" : "Φωνητική αναζήτηση"
"abc_activitychooserview_choose_application" : "选择应用"
"abc_searchview_description_search" : "Ara"
"abc_capital_off" : "ИДЭВХГҮЙ"
"abc_action_mode_done" : "Klaar"
"abc_font_family_menu_material" : "sans-serif"
"abc_capital_on" : "تشغيل"
"abc_action_bar_home_description" : "Navigasi skrin utama"
"abc_action_mode_done" : "പൂർത്തിയാക്കി"
"abc_searchview_description_submit" : "검색어 보내기"
"abc_shareactionprovider_share_with" : "Deli sa"
"abc_capital_on" : "चालू"
"abc_activitychooserview_choose_application" : "Chagua programu"
"abc_shareactionprovider_share_with" : "Comparteix amb"
"abc_action_mode_done" : "Даяр"
"abc_shareactionprovider_share_with_application" : "ከ%s ጋር ያጋሩ"
"abc_action_bar_up_description" : "Gå opp"
"search_menu_title" : "Szukaj"
"abc_capital_on" : "ИДЭВХТЭЙ"
"search_menu_title" : "ស្វែងរក"
"abc_capital_on" : "BẬT"
"abc_searchview_description_submit" : "Pošalji upit"
"abc_activity_chooser_view_see_all" : "See all"
"abc_shareactionprovider_share_with_application" : "Ibahagi sa/kay %s"
"abc_searchview_description_voice" : "ಧ್ವನಿ ಹುಡುಕಾಟ"
"abc_searchview_description_clear" : "Sorguyu temizle"
"search_menu_title" : "खोज"
"abc_toolbar_collapse_description" : "संक्षिप्त करें"
"abc_activity_chooser_view_see_all" : "سبھی دیکھیں"
"abc_capital_off" : "ВИМК."
"abc_searchview_description_query" : "Query di ricerca"
"abc_searchview_description_submit" : "Invia query"
"abc_capital_on" : "ဖွင့်"
"abc_searchview_description_voice" : "Hlasové vyhľadávanie"
"abc_search_hint" : "Поиск"
"abc_action_bar_up_description" : "التنقل إلى أعلى"
"abc_search_hint" : "සොයන්න..."
"abc_shareactionprovider_share_with_application" : "%s உடன் பகிர்"
"abc_searchview_description_query" : "शोध क्वेरी"
"abc_action_menu_overflow_description" : "ជម្រើស​ច្រើន​ទៀត"
"abc_capital_on" : "ਤੇ"
"abc_action_mode_done" : "Terminé"
"abc_activitychooserview_choose_application" : "Апп сонгох"
"root_checks_9" : "ROOT NATIVE"
"abc_shareactionprovider_share_with_application" : "%s এর সাথে শেয়ার করুন"
"abc_activitychooserview_choose_application" : "Ընտրել ծրագիր"
"abc_searchview_description_search" : "ਖੋਜੋ"
"abc_searchview_description_query" : "ప్రశ్న శోధించండి"
"search_menu_title" : "Zoeken"
"abc_searchview_description_query" : "שאילתת חיפוש"
"abc_action_mode_done" : "সম্পন্ন হয়েছে"
"abc_searchview_description_search" : "ຊອກຫາ"
"abc_searchview_description_search" : "Bilatu"
"root_checks_11" : "SELINUX FLAG ENABLED (EXPERIMENTAL)"
"abc_activitychooserview_choose_application" : "Choose an app"
"abc_searchview_description_clear" : "Išvalyti užklausą"
"abc_searchview_description_clear" : "Асуулгыг цэвэрлэх"
"abc_action_menu_overflow_description" : "Ďalšie možnosti"
"abc_action_menu_overflow_description" : "మరిన్ని ఎంపికలు"
"abc_searchview_description_clear" : "ક્વેરી સાફ કરો"
"abc_searchview_description_search" : "Szukaj"
"abc_activity_chooser_view_see_all" : "Pokaži vse"
"abc_action_bar_home_subtitle_description_format" : "%1$s – %2$s – %3$s"
"abc_searchview_description_submit" : "استفسار جمع کرائیں"
"abc_searchview_description_search" : "Traži"
"search_menu_title" : "Tìm kiếm"
"abc_search_hint" : "Որոնում..."
"abc_action_mode_done" : "Kész"
"abc_searchview_description_clear" : "Vymazať dopyt"
"abc_searchview_description_voice" : "ভয়েস অনুসন্ধান"
"abc_searchview_description_search" : "Kërko"
"abc_searchview_description_clear" : "清除查詢"
"abc_action_menu_overflow_description" : "Aukera gehiago"
"abc_searchview_description_voice" : "Pesquisa por voz"
"abc_searchview_description_query" : "தேடல் வினவல்"
"abc_searchview_description_clear" : "ရှာစရာ အချက်အလက်များ ဖယ်ရှားရန်"
"abc_toolbar_collapse_description" : "Тасалау"
"abc_action_bar_up_description" : "Yukarı git"
"abc_searchview_description_voice" : "Tafuta kwa kutamka"
"abc_action_menu_overflow_description" : "আরো বিকল্প"
"abc_search_hint" : "Zoeken…"
"abc_capital_off" : "SLÖKKT"
"abc_action_bar_home_description_format" : "‏%1$s‏, %2$s"
"search_menu_title" : "खोज्नुहोस्"
"abc_capital_off" : "VÄLJAS"
"abc_searchview_description_search" : "جستجو"
"abc_search_hint" : "Qidirish…"
"abc_search_hint" : "검색..."
"abc_shareactionprovider_share_with" : "مشاركة مع"
"abc_action_bar_home_description_format" : "%1$s, %2$s"
"abc_action_bar_home_description_format" : "%1$s၊ %2$s"
"abc_shareactionprovider_share_with_application" : "Deli sa aplikacijom %s"
"abc_action_bar_up_description" : "Navegar hacia arriba"
"abc_searchview_description_clear" : "Sorğunu təmizlə"
"abc_shareactionprovider_share_with" : "Deila með"
"abc_toolbar_collapse_description" : "ခေါက်ရန်"
"abc_shareactionprovider_share_with" : "Ruxsat berish"
"action_info" : "info"
"abc_searchview_description_clear" : "क्‍वेरी साफ़ करें"
"abc_action_bar_home_description" : "Vrati se na početnu stranicu"
"abc_action_menu_overflow_description" : "තවත් විකල්ප"
"abc_search_hint" : "Търсете…"
"abc_searchview_description_search" : "Sesha"
"abc_search_hint" : "ძიება..."
"abc_toolbar_collapse_description" : "Összecsukás"
"abc_searchview_description_clear" : "መጠይቅ አጽዳ"
"abc_activity_chooser_view_see_all" : "查看全部"
"abc_searchview_description_voice" : "Ahots bidezko bilaketa"
"abc_activitychooserview_choose_application" : "कोई एप्‍लिकेशन चुनें"
"abc_action_mode_done" : "Gotowe"
"abc_toolbar_collapse_description" : "Скупи"
"abc_capital_off" : "निष्क्रिय पार्नुहोस्"
"status_bar_notification_info_overflow" : "৯৯৯+"
"abc_action_mode_done" : "Gereed"
"abc_capital_off" : "VALIWE"
"abc_capital_off" : "خاموش"
"abc_search_hint" : "Издөө…"
"abc_shareactionprovider_share_with_application" : "Kongsi dengan %s"
"abc_toolbar_collapse_description" : "संक्षिप्त करा"
"search_menu_title" : "Αναζήτηση"
"abc_capital_on" : "开启"
"abc_action_bar_home_description" : "Gå til startsiden"
"abc_searchview_description_voice" : "Ձայնային որոնում"
"abc_capital_on" : "I-ON"
"abc_searchview_description_voice" : "Paieška balsu"
"abc_shareactionprovider_share_with" : "వీరితో భాగస్వామ్యం చేయి"
"abc_activitychooserview_choose_application" : "Selecciona una aplicació"
"abc_activitychooserview_choose_application" : "Kies 'n program"
"abc_toolbar_collapse_description" : "संक्षिप्त पार्नुहोस्"
"abc_action_menu_overflow_description" : "Нэмэлт сонголтууд"
"abc_activity_chooser_view_see_all" : "Tümünü göster"
"abc_shareactionprovider_share_with_application" : "%s와(과) 공유"
"abc_searchview_description_query" : "Wyszukiwane hasło"
"abc_action_mode_done" : "تم"
"abc_toolbar_collapse_description" : "Comprimi"
"abc_action_menu_overflow_description" : "ਹੋਰ ਚੋਣਾਂ"
"abc_capital_off" : "DESACTIVAR"
"abc_searchview_description_voice" : "ค้นหาด้วยเสียง"
"abc_toolbar_collapse_description" : "បង្រួម"
"abc_action_bar_home_description" : "Przejdź do strony głównej"
"search_menu_title" : "搜索"
"abc_search_hint" : "शोधा…"
"abc_capital_off" : "KI"
"abc_activity_chooser_view_see_all" : "Visa alla"
"abc_searchview_description_search" : "ძიება"
"abc_toolbar_collapse_description" : "Shpalos"
"abc_action_bar_home_description_format" : "%1$s፣ %2$s"
"abc_action_bar_up_description" : "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
"abc_searchview_description_search" : "Търсене"
"abc_action_mode_done" : "අවසාන වූ"
"abc_shareactionprovider_share_with" : "Partager avec"
"abc_toolbar_collapse_description" : "Skupi"
"abc_searchview_description_voice" : "Stemsoektog"
"abc_searchview_description_clear" : "So‘rovni tozalash"
"abc_searchview_description_search" : "Αναζήτηση"
"abc_search_hint" : "Iskanje …"
"abc_action_bar_home_description" : "Нүүр хуудас руу шилжих"
"abc_shareactionprovider_share_with" : "Бөлүшүү"
"abc_activitychooserview_choose_application" : "एउटा अनुप्रयोग छान्नुहोस्"
"abc_searchview_description_clear" : "Izbriši upit"
"abc_action_bar_home_description" : "मुख्यपृष्ठ पर नेविगेट करें"
"abc_searchview_description_query" : "Soeknavraag"
"abc_capital_off" : "I-OFF"
"abc_capital_on" : "AKTİV"
"search_menu_title" : "Іздеу"
"abc_action_bar_home_description" : "Prejsť na plochu"
"search_menu_title" : "Hledat"
"abc_search_hint" : "Pretražite..."
"abc_action_mode_done" : "Concluído"
"abc_searchview_description_clear" : "வினவலை அழி"
"abc_searchview_description_voice" : "भ्वाइस खोजी"
"abc_shareactionprovider_share_with_application" : "Deel met %s"
"abc_search_hint" : "Søk …"
"abc_shareactionprovider_share_with_application" : "Κοινή χρήση με %s"
"search_menu_title" : "ძიება"
"search_menu_title" : "Buscar"
"abc_action_bar_home_description" : "Движи се кон дома"
"search_menu_title" : "חפש"
"abc_shareactionprovider_share_with" : "Споделяне със:"
"abc_searchview_description_search" : "Meklēt"
"abc_searchview_description_query" : "طلب البحث"
"abc_capital_off" : "VYP."
"abc_activity_chooser_view_see_all" : "Tingnan lahat"
"abc_capital_off" : "DESACTIVADO"
"abc_activitychooserview_choose_application" : "Välj en app"
"abc_searchview_description_query" : "Upit za pretraživanje"
"abc_searchview_description_query" : "ຊອກຫາ"
"abc_action_mode_done" : "Gotovo"
"abc_action_menu_overflow_description" : "עוד אפשרויות"
"abc_action_bar_home_description" : "Πλοήγηση στην αρχική σελίδα"
"abc_action_bar_home_description" : "Придвижване към „Начало“"
"abc_searchview_description_submit" : "検索キーワードを送信"
"abc_searchview_description_search" : "Поиск"
"abc_action_menu_overflow_description" : "Басқа опциялар"
"abc_searchview_description_voice" : "語音搜尋"
"abc_shareactionprovider_share_with" : "Freigeben für"
"search_menu_title" : "Telusuri"
"search_menu_title" : "தேடு"
"abc_shareactionprovider_share_with" : "ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
"abc_searchview_description_submit" : "Wyślij zapytanie"
"abc_searchview_description_submit" : "Ուղարկել հարցումը"
"abc_searchview_description_submit" : "Hambisa umbuzo"
"abc_toolbar_collapse_description" : "Skjul"
"abc_searchview_description_submit" : "ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"
"abc_searchview_description_submit" : "ដាក់​​​ស្នើ​សំណួរ"
"abc_toolbar_collapse_description" : "Yig‘ish"
"abc_action_bar_up_description" : "Navigasi ke atas"
"abc_activitychooserview_choose_application" : "Pumili ng isang app"
"abc_searchview_description_query" : "Пошуковий запит"
"abc_action_mode_done" : "U krye!"
"abc_capital_on" : "ĮJUNGTI"
"abc_action_bar_home_description" : "التنقل إلى الشاشة الرئيسية"
"abc_activity_chooser_view_see_all" : "Voir toutes les chaînes"
"abc_searchview_description_clear" : "Pastro pyetjen"
"abc_action_menu_overflow_description" : "Дадатковыя параметры"
"abc_action_bar_up_description" : "Navigera uppåt"
"abc_searchview_description_submit" : "Odoslať dopyt"
"abc_searchview_description_voice" : "Puhehaku"
"search_menu_title" : "Leita"
"abc_searchview_description_query" : "Hakulauseke"
"abc_action_bar_up_description" : "ઉપર નેવિગેટ કરો"
"abc_action_menu_overflow_description" : "ပိုမိုရွေးချယ်စရာများ"
"abc_shareactionprovider_share_with" : "Kopīgot ar:"
"abc_action_bar_up_description" : "上へ移動"
"abc_search_hint" : "Претражите..."
"abc_action_bar_up_description" : "Navigate up"
"abc_action_menu_overflow_description" : "Más opciones"
"abc_font_family_headline_material" : "sans-serif"
"abc_searchview_description_submit" : "විමසුම යොමු කරන්න"
"abc_activity_chooser_view_see_all" : "Вижте всички"
"abc_capital_on" : "ಆನ್"
"abc_searchview_description_clear" : "Ryd forespørgslen"
"abc_shareactionprovider_share_with" : "इसके द्वारा साझा करें"
"abc_capital_off" : "ISKLJUČI"
"abc_searchview_description_query" : "ရှာစရာ အချက်အလက်နေရာ"
"abc_capital_off" : "POIS KÄYTÖSTÄ"
"abc_searchview_description_voice" : "Гласовна претрага"
"abc_action_menu_overflow_description" : "Higit pang mga opsyon"
"abc_shareactionprovider_share_with" : "გაზიარება:"
"abc_search_hint" : "Tìm kiếm…"
"abc_searchview_description_query" : "검색어"
"abc_searchview_description_clear" : "მოთხოვნის გასუფთავება"
"abc_searchview_description_query" : "Sökfråga"
"abc_shareactionprovider_share_with_application" : "Jagamine kasutajaga %s"
"abc_action_menu_overflow_description" : "Thêm tùy chọn"
"abc_activitychooserview_choose_application" : "એક ઍપ્લિકેશન પસંદ કરો"
"abc_action_mode_done" : "పూర్తయింది"
"abc_action_mode_done" : "Պատրաստ է"
"abc_action_bar_up_description" : "Nenda juu"
"abc_action_mode_done" : "Završeno"
"abc_activity_chooser_view_see_all" : "Xem tất cả"
"abc_action_bar_up_description" : "Felfelé mozgatás"
"abc_shareactionprovider_share_with_application" : "%s бөлісу"
"abc_searchview_description_clear" : "Effacer la requête"
"abc_capital_off" : "關閉"
"abc_shareactionprovider_share_with" : "اشتراک کریں مع"
"abc_action_bar_home_description" : "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
"abc_searchview_description_search" : "Cari"
"abc_toolbar_collapse_description" : "Zbaliť"
"abc_action_bar_up_description" : "Navigiraj prema gore"
"abc_searchview_description_clear" : "Lekérdezés törlése"
"abc_activity_chooser_view_see_all" : "顯示全部"
"abc_action_mode_done" : "ಮುಗಿದಿದೆ"
"abc_searchview_description_search" : "Пошук"
"abc_action_mode_done" : "Kwenziwe"
"abc_capital_on" : "روشن"
"abc_action_bar_home_subtitle_description_format" : "%1$s (%2$s):%3$s"
"abc_capital_off" : "DESAKTIBATUTA"
"abc_searchview_description_search" : "Qidirish"
"abc_shareactionprovider_share_with_application" : "%sతో భాగస్వామ్యం చేయి"
"abc_shareactionprovider_share_with" : "Bununla paylaşın"
"abc_searchview_description_submit" : "Pošiljanje poizvedbe"
"abc_action_bar_home_description" : "Navega a la pàgina d'inici"
"abc_activity_chooser_view_see_all" : "Переглянути всі"
"root_checks_7" : "RW PATHS"
"search_menu_title" : "Pretraži"
"abc_action_mode_done" : "完成"
"abc_action_bar_up_description" : "ወደ ላይ ይዳስሱ"
"abc_searchview_description_submit" : "അന്വേഷണം സമർപ്പിക്കുക"
"abc_searchview_description_voice" : "Penelusuran suara"
"abc_searchview_description_query" : "استفسار تلاش کریں"
"abc_shareactionprovider_share_with" : "Podijeli sa"
"abc_searchview_description_voice" : "Ukusesha ngezwi"
"abc_searchview_description_query" : "عبارت جستجو"
"abc_shareactionprovider_share_with_application" : "%s ile paylaş"
"abc_activitychooserview_choose_application" : "Zgjidh një aplikacion"
"abc_activitychooserview_choose_application" : "Scegli un'applicazione"
"abc_search_hint" : "Αναζήτηση…"
"abc_action_bar_up_description" : "Desprazarse cara arriba"
"abc_action_bar_home_description" : "Nenda mwanzo"
"abc_action_menu_overflow_description" : "Diğer seçenekler"
"abc_capital_on" : "AKTIV"
"abc_shareactionprovider_share_with_application" : "Дели са апликацијом %s"
"abc_shareactionprovider_share_with_application" : "Kopīgot ar %s"
"abc_shareactionprovider_share_with" : "Бөлісу"
"abc_search_hint" : "Bilatu…"
"abc_searchview_description_search" : "Cerca"
"abc_search_hint" : "Meklējiet…"
"status_bar_notification_info_overflow" : "999 +"
"abc_shareactionprovider_share_with_application" : "Jakaminen: %s"
"abc_action_bar_home_description" : "ກັບໄປໜ້າຫຼັກ"
"abc_searchview_description_submit" : "მოთხოვნის გადაგზავნა"
"abc_toolbar_collapse_description" : "Runtuhkan"
"abc_shareactionprovider_share_with" : "Compartilhar com"
"abc_shareactionprovider_share_with" : "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
"abc_searchview_description_voice" : "Hlasové vyhledávání"
"abc_activitychooserview_choose_application" : "בחר אפליקציה"
"abc_action_bar_home_subtitle_description_format" : "%1$s ၊ %2$s ၊ %3$s"
"abc_activitychooserview_choose_application" : "ເລືອກແອັບຯ"
"abc_searchview_description_search" : "Пребарај"
"abc_activity_chooser_view_see_all" : "すべて表示"
"abc_shareactionprovider_share_with_application" : "通过%s分享"
"abc_shareactionprovider_share_with_application" : "Compartilhar com %s"
"abc_action_bar_up_description" : "Navegar para cima"
"abc_search_hint" : "Rechercher…"
"abc_capital_on" : "ATIVAR"
"abc_action_bar_up_description" : "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
"abc_searchview_description_voice" : "Дуут хайлт"
"abc_capital_on" : "УВІМК."
"abc_searchview_description_clear" : "Vee navraag uit"
"search_menu_title" : "Ara"
"abc_searchview_description_query" : "Arama sorgusu"
"abc_action_mode_done" : "ہو گیا"
"abc_action_bar_home_description" : "Přejít na plochu"
"abc_capital_off" : "إيقاف"
"abc_activity_chooser_view_see_all" : "সবগুলো দেখুন"
"abc_shareactionprovider_share_with" : "साझेदारी गर्नुहोस्..."
"abc_action_menu_overflow_description" : "Chaguo zaidi"
"abc_action_bar_home_description" : "Одлазак на Почетну"
"search_menu_title" : "Qidirish"
"abc_activitychooserview_choose_application" : "Pilih apl"
"abc_searchview_description_query" : "जिज्ञासाको खोज गर्नुहोस्"
"abc_searchview_description_query" : "Axtarış sorğusu"
"abc_searchview_description_search" : "ಹುಡುಕಿ"
"abc_toolbar_collapse_description" : "Zwiń"
"abc_capital_on" : "இயக்கு"
"status_bar_notification_info_overflow" : ">999"
"abc_capital_off" : "사용 안함"
"abc_capital_off" : "ഓഫ്"
"abc_capital_off" : "KAPAT"
"abc_activity_chooser_view_see_all" : "ดูทั้งหมด"
"abc_searchview_description_submit" : "So‘rov yaratish"
"root_checks_1" : "ROOT MANAGEMENT APPS"
"abc_searchview_description_query" : "Hoja ya utafutaji"
"abc_action_bar_up_description" : "Přejít nahoru"
"abc_capital_off" : "WYŁ."
"abc_action_bar_home_description" : "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
"abc_searchview_description_search" : "بحث"
"abc_search_hint" : "శోధించు..."
"abc_action_bar_home_description" : "Vai alla home page"
"abc_capital_on" : "ഓൺ"
"abc_capital_off" : "ਬੰਦ"
"abc_searchview_description_search" : "ค้นหา"
"abc_activity_chooser_view_see_all" : "Alles weergeven"
"abc_activitychooserview_choose_application" : "Vybrat aplikaci"
"abc_action_bar_home_description" : "Ir a la pantalla de inicio"
"abc_activity_chooser_view_see_all" : "ເບິ່ງທັງຫມົດ"
"abc_action_bar_home_description" : "Mag-navigate patungo sa home"
"abc_capital_on" : "사용"
"abc_capital_off" : "DESATIVADO"
"abc_searchview_description_query" : "Consulta de busca"
"abc_action_bar_home_description" : "Navegar para a página inicial"
"abc_action_mode_done" : "ແລ້ວໆ"
"status_bar_notification_info_overflow" : "‎999+‎"
"abc_searchview_description_voice" : "Галасавы пошук"
"abc_capital_on" : "ચાલુ"
"abc_shareactionprovider_share_with_application" : "‏שתף עם %s"
"abc_shareactionprovider_share_with_application" : "%s सँग साझेदारी गर्नुहोस्"
"abc_shareactionprovider_share_with" : "Condividi con"
"abc_search_hint" : "Pretraži..."
"abc_toolbar_collapse_description" : "Sakļaut"
"abc_capital_on" : "UKLJUČI"
"abc_capital_on" : "IMEWASHWA"
"abc_capital_off" : "NO"
"abc_searchview_description_clear" : "විමසුම හිස් කරන්න"
"abc_toolbar_collapse_description" : "కుదించండి"
"abc_toolbar_collapse_description" : "აკეცვა"
"abc_searchview_description_submit" : "Isumite ang query"
"abc_capital_off" : "OFF"
"abc_shareactionprovider_share_with_application" : "%s-თან გაზიარება"
"abc_capital_on" : "ҚОСУЛЫ"
"abc_searchview_description_submit" : "Gửi truy vấn"
"abc_action_bar_up_description" : "Eiti į viršų"
"abc_searchview_description_query" : "Paieškos užklausa"
"abc_toolbar_collapse_description" : "ചുരുക്കുക"
"abc_activity_chooser_view_see_all" : "Бардыгын көрүү"
"abc_action_mode_done" : "Bitti"
"abc_action_bar_home_description" : "Navigasi ke beranda"
"path_password_eye" : "M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zM12,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z"
"abc_capital_on" : "ON"
"abc_activitychooserview_choose_application" : "앱 선택"
"abc_shareactionprovider_share_with_application" : "Condividi con %s"
"abc_activitychooserview_choose_application" : "Изберете приложение"
"abc_searchview_description_search" : "تلاش کریں"
"abc_searchview_description_clear" : "Brisanje upita"
"abc_action_bar_home_description" : "ወደ መነሻ ይዳስሱ"
"search_menu_title" : "ಹುಡುಕಿ"
"abc_searchview_description_query" : "Consulta de búsqueda"
"abc_shareactionprovider_share_with_application" : "Deila með %s"
"abc_searchview_description_voice" : "ხმოვანი ძიება"
"abc_capital_off" : "IMEZIMWA"
"abc_search_hint" : "Пошук..."
"abc_searchview_description_clear" : "Esborra la consulta"
"abc_toolbar_collapse_description" : "Ahendamine"
"abc_activitychooserview_choose_application" : "Выбраць праграму"
"abc_action_menu_overflow_description" : "گزینه‌های بیشتر"
"abc_action_menu_overflow_description" : "Máis opcións"
"abc_search_hint" : "Ara…"
"abc_toolbar_collapse_description" : "Komprimera"
"abc_action_bar_home_description_format" : "%1$s – %2$s"
"search_menu_title" : "Sök"
"abc_shareactionprovider_share_with" : "Дели са"
"abc_search_hint" : "Пошук…"
"abc_activity_chooser_view_see_all" : "అన్నీ చూడండి"
"abc_action_bar_home_description" : "ہوم پر نیویگیٹ کریں"
"abc_action_bar_up_description" : "Fara upp"
"abc_searchview_description_voice" : "Paghahanap gamit ang boses"
"abc_action_menu_overflow_description" : "अधिक पर्याय"
"abc_action_mode_done" : "Klart"
"abc_activity_chooser_view_see_all" : "सबै हेर्नुहोस्"
"abc_searchview_description_voice" : "음성 검색"
"abc_search_hint" : "Haku…"
"abc_searchview_description_query" : "തിരയൽ അന്വേഷണം"
"abc_searchview_description_search" : "Keresés"
"abc_action_bar_up_description" : "转到上一层级"
"abc_searchview_description_query" : "Kueri penelusuran"
"abc_searchview_description_voice" : "Gesproken zoekopdracht"
"abc_action_bar_home_subtitle_description_format" : "‏%1$s‏، %2$s‏، %3$s"
"abc_searchview_description_clear" : "Smazat dotaz"
"abc_searchview_description_clear" : "សម្អាត​សំណួរ"
"abc_toolbar_collapse_description" : "Minnka"
"abc_searchview_description_voice" : "Meklēšana ar balsi"
"abc_action_bar_up_description" : "Joan gora"
"abc_capital_off" : "DESATIVAR"
"abc_toolbar_collapse_description" : "I-collapse"
"abc_capital_on" : "آن"
"abc_searchview_description_clear" : "ਸਵਾਲ ਹਟਾਓ"
"abc_capital_on" : "ჩართულია"
"abc_capital_off" : "ປິດ"
"abc_searchview_description_voice" : "Səsli axtarış"
"abc_action_bar_home_description" : "Eiti į pagrindinį puslapį"
"abc_capital_on" : "በርቷል"
"abc_searchview_description_clear" : "Zoekopdracht wissen"
"abc_capital_off" : "ИСКЉУЧИ"
"abc_action_menu_overflow_description" : "Digər variantlar"
"search_menu_title" : "Cari"
"abc_searchview_description_search" : "શોધો"
"abc_searchview_description_voice" : "Carian suara"
"abc_searchview_description_voice" : "Cerca per veu"
"abc_searchview_description_query" : "Suchanfrage"
"abc_searchview_description_query" : "ស្វែងរក​សំណួរ"
"abc_shareactionprovider_share_with_application" : "Bagikan dengan %s"
"abc_shareactionprovider_share_with_application" : "Deljenje z:"
"abc_shareactionprovider_share_with_application" : "Delen met %s"
"abc_activity_chooser_view_see_all" : "ყველას ნახვა"
"action_settings" : "Settings"
"abc_action_bar_up_description" : "ຂຶ້ນເທິງ"
"search_menu_title" : "Axtarış"
"abc_action_bar_up_description" : "Przejdź wyżej"
"abc_activitychooserview_choose_application" : "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
"abc_activity_chooser_view_see_all" : "Прагледзець усё"
"abc_action_bar_up_description" : "Vai in alto"
"abc_searchview_description_voice" : "व्हॉइस शोध"
"abc_capital_on" : "AKTIBATUTA"
"abc_action_bar_up_description" : "Πλοήγηση προς τα επάνω"
"abc_action_bar_up_description" : "Navega cap a dalt"
"abc_shareactionprovider_share_with" : "Абагуліць з"
"abc_action_bar_up_description" : "Yuqoriga o‘tish"
"abc_searchview_description_search" : "Pretraživanje"
"abc_shareactionprovider_share_with" : "공유 대상"
"status_bar_notification_info_overflow" : "больш за 999"
"abc_action_menu_overflow_description" : "Fler alternativ"
"abc_activity_chooser_view_see_all" : "Види ги сите"
"abc_action_mode_done" : "सम्पन्न भयो"
"abc_action_mode_done" : "Дайын"
"appbar_scrolling_view_behavior" : "android.support.design.widget.AppBarLayout$ScrollingViewBehavior"
"abc_capital_on" : "YONIQ"
"abc_searchview_description_submit" : "Zoekopdracht verzenden"
"abc_action_bar_home_description" : "瀏覽首頁"
"abc_action_bar_up_description" : "वर नेव्‍हिगेट करा"
"abc_action_bar_home_description" : "Navigate home"
"abc_searchview_description_query" : "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
"abc_activitychooserview_choose_application" : "Sélectionnez une application"
"abc_searchview_description_voice" : "Talesøk"
"abc_searchview_description_search" : "Buscar"
"abc_shareactionprovider_share_with_application" : "Sdílet pomocí %s"
"abc_action_mode_done" : "เสร็จสิ้น"
"abc_searchview_description_voice" : "Căutare vocală"
"hello_world" : "Hello world!"
"search_menu_title" : "Søg"
"abc_activity_chooser_view_see_all" : "Бүгдийг харах"
"abc_toolbar_collapse_description" : "Goqa"
"abc_shareactionprovider_share_with_application" : "Podijeli sa %s"
"abc_shareactionprovider_share_with_application" : "Shpërnda publikisht me %s"
"abc_toolbar_collapse_description" : "சுருக்கு"
"abc_capital_on" : "চালু"
"abc_searchview_description_submit" : "क्वेरी सबमिट करा"
"root_checks_2" : "POTENTIALLY DANGEROUS APPS"
"abc_action_menu_overflow_description" : "Izinketho eziningi"
"abc_searchview_description_voice" : "Häälotsing"
"abc_action_bar_up_description" : "Điều hướng lên trên"
"abc_activitychooserview_choose_application" : "Dastur tanlang"
"abc_searchview_description_search" : "Որոնել"
"abc_action_menu_overflow_description" : "مزید اختیارات"
"abc_search_hint" : "جستجو…"
"abc_searchview_description_query" : "Заявка за търсене"
"abc_font_family_display_4_material" : "sans-serif-light"
"abc_searchview_description_submit" : "Kirim kueri"
"abc_action_menu_overflow_description" : "Lisää"
"abc_action_bar_up_description" : "Yuxarı get"
"abc_action_menu_overflow_description" : "További lehetőségek"
"abc_searchview_description_clear" : "استفسار صاف کریں"
"abc_activity_chooser_view_see_all" : "Lihat semua"
"abc_shareactionprovider_share_with" : "இதனுடன் பகிர்"
"abc_action_menu_overflow_description" : "കൂടുതൽ‍ ഓപ്‌ഷനുകള്‍"
"abc_shareactionprovider_share_with_application" : "Կիսվել %s-ի միջոցով"
"abc_searchview_description_clear" : "Limpar consulta"
"abc_searchview_description_query" : "Requête de recherche"
"abc_searchview_description_voice" : "Talesøgning"
"abc_font_family_body_2_material" : "sans-serif-medium"
"search_menu_title" : "Suchen"
"abc_capital_on" : "VKLOPLJENO"
"abc_shareactionprovider_share_with" : "اشتراک‌گذاری با"
"abc_searchview_description_clear" : "Выдалiць запыт"
"abc_activity_chooser_view_see_all" : "Vidi sve"
"abc_action_menu_overflow_description" : "Інші опції"
"abc_search_hint" : "Vyhledat…"
"abc_action_bar_up_description" : "Придвижване нагоре"
"abc_activity_chooser_view_see_all" : "सर्व पहा"
"search_menu_title" : "تلاش"
"abc_action_bar_home_description" : "Navigeerimine avaekraanile"
"abc_search_hint" : "Cari…"
"root_checks_4" : "BUSYBOX BINARY"
"abc_activitychooserview_choose_application" : "Pasirinkti programą"
"abc_activity_chooser_view_see_all" : "Prikaži sve"
"abc_action_mode_done" : "ပြီးဆုံးပါပြီ"
"abc_shareactionprovider_share_with_application" : "Yabelana no-%s"
"abc_action_menu_overflow_description" : "Rohkem valikuid"
"abc_shareactionprovider_share_with_application" : "Megosztás a következővel: %s"
"abc_action_bar_home_subtitle_description_format" : "%1$s、%2$s、%3$s"
"search_menu_title" : "Пошук"
"abc_action_bar_up_description" : "위로 탐색"
"abc_activity_chooser_view_see_all" : "عرض الكل"
"abc_shareactionprovider_share_with" : "共有"
"abc_search_hint" : "Leita…"
"search_menu_title" : "検索"
"search_menu_title" : "Soek"
"abc_shareactionprovider_share_with_application" : "แชร์กับ %s"
"abc_capital_on" : "УКЛ."
"abc_searchview_description_search" : "Pesquisar"
"abc_capital_on" : "An"
"abc_searchview_description_submit" : "Слање упита"
"search_menu_title" : "Хайлт"
"abc_searchview_description_submit" : "Indsend forespørgslen"
"abc_shareactionprovider_share_with" : "ចែករំលែក​ជាមួយ"
"abc_toolbar_collapse_description" : "Собери"
"abc_searchview_description_submit" : "ارسال عبارت جستجو"
"abc_activity_chooser_view_see_all" : "Zobacz wszystkie"
"abc_activitychooserview_choose_application" : "Valitse sovellus"
"abc_toolbar_collapse_description" : "Kunja"
"abc_action_menu_overflow_description" : "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
"abc_capital_on" : "VULIWE"
"abc_searchview_description_search" : "검색"
"abc_capital_off" : "გამორთულია"
"abc_shareactionprovider_share_with_application" : "ແບ່ງ​ປັນ​ກັບ​ %s"
"abc_activitychooserview_choose_application" : "एक अ‍ॅप निवडा"
"abc_activitychooserview_choose_application" : "Pilih aplikasi"
"abc_shareactionprovider_share_with" : "Share with"
"abc_searchview_description_voice" : "جستجوی شفاهی"
"abc_searchview_description_voice" : "Glasovna pretraga"
"abc_action_bar_up_description" : "ზემოთ ნავიგაცია"
"abc_shareactionprovider_share_with_application" : "‏%s کے ساتھ اشتراک کریں"
"abc_capital_on" : "ක්‍රියාත්මකයි"
"search_menu_title" : "Bilatu"
"abc_searchview_description_search" : "Zoeken"
"abc_searchview_description_voice" : "البحث الصوتي"
"abc_capital_on" : "ACTIVAȚI"
"abc_shareactionprovider_share_with" : "Jakaminen:"
"abc_activitychooserview_choose_application" : "Izbor aplikacije"
"abc_searchview_description_search" : "Sök"
"abc_capital_off" : "AV"
"abc_action_mode_done" : "Hazırdır"
"abc_shareactionprovider_share_with_application" : "%sga ruxsat berish"
"abc_action_menu_overflow_description" : "Още опции"
"abc_capital_off" : "ӨЧҮК"
"abc_search_hint" : "Szukaj…"
"abc_toolbar_collapse_description" : "Recolher"
"search_menu_title" : "Maghanap"
"abc_action_menu_overflow_description" : "ໂຕເລືອກອື່ນ"
"abc_shareactionprovider_share_with_application" : "%s аркылуу бөлүшүү"
"abc_toolbar_collapse_description" : "Collapse"
"abc_action_bar_up_description" : "ਉੱਪਰ ਨੈਵੀਗੇਟ ਕਰੋ"
"abc_shareactionprovider_share_with_application" : "‏مشاركة مع %s"
"abc_action_bar_home_description_format" : "„%1$s“ – %2$s"
"abc_searchview_description_submit" : "שלח שאילתה"
"search_menu_title" : "शोधा"
"abc_searchview_description_search" : "ស្វែងរក"
"abc_searchview_description_query" : "Поисковый запрос"
"abc_action_mode_done" : "Tapos na"
"abc_action_mode_done" : "Τέλος"
"abc_searchview_description_submit" : "Надіслати запит"
"search_menu_title" : "Pretraživanje"
"abc_searchview_description_voice" : "ຊອກຫາດ້ວຍສຽງ"
"abc_activity_chooser_view_see_all" : "ਸਭ ਦੇਖੋ"
"abc_capital_on" : "WŁ."
"abc_activitychooserview_choose_application" : "Tətbiq seçin"
"abc_searchview_description_clear" : "پاک کردن عبارت جستجو"
"path_password_eye_mask_strike_through" : "M2,4.27 L19.73,22 L22.27,19.46 L4.54,1.73 L4.54,1 L23,1 L23,23 L1,23 L1,4.27 Z"
"abc_search_hint" : "Maghanap…"
"abc_capital_off" : "כבוי"
"abc_search_hint" : "Telusuri..."
"abc_shareactionprovider_share_with_application" : "%s සමඟ බෙදාගන්න"
"abc_capital_on" : "เปิด"
"abc_toolbar_collapse_description" : "Σύμπτυξη"
"abc_activitychooserview_choose_application" : "መተግበሪያ ይምረጡ"
"abc_searchview_description_submit" : "Suchanfrage senden"
"abc_action_menu_overflow_description" : "Περισσότερες επιλογές"
"abc_shareactionprovider_share_with_application" : "Trimiteți la %s"
"abc_searchview_description_voice" : "Kërkim me zë"
"abc_searchview_description_voice" : "音声検索"
"abc_action_menu_overflow_description" : "მეტი ვარიანტები"
"abc_activitychooserview_choose_application" : "اختيار تطبيق"
"abc_search_hint" : "搜索…"
"abc_capital_off" : "VYPNUTO"
"abc_action_menu_overflow_description" : "Dodatne opcije"
"abc_capital_on" : "AKTIF"
"abc_toolbar_collapse_description" : "收合"
"abc_searchview_description_submit" : "Submit query"
"abc_activitychooserview_choose_application" : "アプリの選択"
"abc_searchview_description_submit" : "Sorğunu göndərin"
"abc_capital_off" : "FRA"
"status_bar_notification_info_overflow" : "۹۹۹+"
"abc_action_bar_up_description" : "Krmarjenje navzgor"
"abc_searchview_description_voice" : "Sprachsuche"
"search_menu_title" : "검색"
"abc_action_mode_done" : "រួចរាល់"
"abc_searchview_description_voice" : "Busca de voz"
"abc_action_bar_home_description" : "Перейти на головний"
"abc_action_menu_overflow_description" : "વધુ વિકલ્પો"
"abc_shareactionprovider_share_with_application" : "%s के साथ साझा करें"
"abc_action_bar_home_description" : "Evə naviqasiya et"
"abc_capital_off" : "বন্ধ"
"abc_toolbar_collapse_description" : "Sažmi"
"abc_searchview_description_voice" : "صوتی تلاش"
"abc_activity_chooser_view_see_all" : "Zobrazit vše"
"abc_searchview_description_submit" : "क्वेरी सबमिट करें"
"abc_action_bar_home_description" : "Navigați la ecranul de pornire"
"search_menu_title" : "Iskanje"
"abc_action_menu_overflow_description" : "Więcej opcji"
"abc_searchview_description_search" : "Search"
"abc_action_bar_home_description" : "Перайсці на галоўную старонку"
"abc_capital_on" : "ZAPNUTO"
"abc_action_bar_home_description" : "Siirry etusivulle"
"abc_searchview_description_clear" : "Päringu tühistamine"
"abc_capital_on" : "HIDUP"
"status_bar_notification_info_overflow" : "+999"
"abc_activity_chooser_view_see_all" : "Sien alles"
"abc_action_mode_done" : "완료"
"root_checks_5" : "SU BINARY"
"abc_shareactionprovider_share_with_application" : "%s सह सामायिक करा"
"abc_searchview_description_clear" : "Garbitu kontsulta"
"abc_shareactionprovider_share_with" : "සමඟ බෙදාගන්න"
"abc_font_family_display_2_material" : "sans-serif"
"abc_activitychooserview_choose_application" : "Қолданбаны таңдау"
"password_toggle_content_description" : "Toggle password visibility"
"abc_action_menu_overflow_description" : "More options"
"abc_action_menu_overflow_description" : "Повеќе опции"
"abc_action_menu_overflow_description" : "Plus d'options"
"abc_toolbar_collapse_description" : "Restrângeți"
"abc_searchview_description_voice" : "Tìm kiếm bằng giọng nói"
"abc_searchview_description_query" : "Ερώτημα αναζήτησης"
"abc_toolbar_collapse_description" : "Réduire"
"search_menu_title" : "Издөө"
"abc_searchview_description_voice" : "Raddleit"
"abc_searchview_description_query" : "Vyhľadávací dopyt"
"abc_activitychooserview_choose_application" : "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
"abc_action_menu_overflow_description" : "Daugiau parinkčių"
"abc_toolbar_collapse_description" : "Tolestu"
"abc_searchview_description_submit" : "Trimiteți interogarea"
"abc_activitychooserview_choose_application" : "အက်ပ်တစ်ခုခုကို ရွေးချယ်ပါ"
"abc_searchview_description_voice" : "Голосовой поиск"
"abc_action_menu_overflow_description" : "Још опција"
"abc_capital_off" : "ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"
"abc_action_menu_overflow_description" : "Nog opsies"
"search_menu_title" : "ค้นหา"
"abc_activity_chooser_view_see_all" : "எல்லாம் காட்டு"
"abc_activitychooserview_choose_application" : "Selecione um app"
"abc_activity_chooser_view_see_all" : "सभी देखें"
"abc_toolbar_collapse_description" : "ยุบ"
"abc_shareactionprovider_share_with" : "Partager"
"abc_action_menu_overflow_description" : "Več možnosti"
"abc_action_bar_up_description" : "အပေါ်သို့သွားရန်"
"abc_action_menu_overflow_description" : "Mais opções"
"abc_action_bar_home_subtitle_description_format" : "%1$s፣ %2$s፣ %3$s"
"abc_shareactionprovider_share_with" : "Хуваалцах"
"abc_activitychooserview_choose_application" : "Bir uygulama seçin"
"abc_searchview_description_query" : "Пребарај барање"
"abc_shareactionprovider_share_with" : "Shpërnda publikisht me"
"abc_action_bar_up_description" : "Жоғары қозғалу"
"abc_shareactionprovider_share_with" : "Надіслати через"
"abc_searchview_description_search" : "శోధించు"
"abc_action_bar_home_description" : "Ana ekrana git"
"abc_searchview_description_submit" : "ક્વેરી સબમિટ કરો"
"abc_toolbar_collapse_description" : "সঙ্কুচিত করুন"
"abc_searchview_description_voice" : "חיפוש קולי"
"abc_capital_on" : "ՄԻԱՑՎԱԾ"
"abc_searchview_description_query" : "Որոնման հարցում"
"abc_searchview_description_query" : "શોધ ક્વેરી"
"abc_search_hint" : "Pesquisar..."
"abc_action_bar_home_description" : "მთავარზე ნავიგაცია"
"abc_action_mode_done" : "Terminat"
"abc_action_bar_up_description" : "Desplazarse hacia arriba"
"abc_activitychooserview_choose_application" : "பயன்பாட்டைத் தேர்வுசெய்க"
"abc_toolbar_collapse_description" : "ಸಂಕುಚಿಸು"
"abc_activity_chooser_view_see_all" : "എല്ലാം കാണുക"
"abc_capital_off" : "ಆಫ್"
"abc_searchview_description_search" : "खोजें"
"abc_searchview_description_clear" : "Удалить запрос"
"abc_searchview_description_voice" : "Sesli arama"
"status_bar_notification_info_overflow" : "˃999"
"abc_search_hint" : "Іздеу…"
"abc_action_menu_overflow_description" : "थप विकल्पहरू"
"abc_action_mode_done" : "Гатова"
"abc_shareactionprovider_share_with_application" : "%s સાથે શેર કરો"
"abc_searchview_description_query" : "検索キーワード"
"abc_action_menu_overflow_description" : "Көбүрөөк мүмкүнчүлүктөр"
"abc_activitychooserview_choose_application" : "Επιλέξτε κάποια εφαρμογή"
"abc_action_bar_home_description" : "นำทางไปหน้าแรก"
"abc_shareactionprovider_share_with" : "Udostępnij dla"
"abc_searchview_description_search" : "Издөө"
"abc_toolbar_collapse_description" : "Dağıt"
"abc_action_bar_home_description" : "Idi na početnu"
"abc_toolbar_collapse_description" : "Sutraukti"
"abc_searchview_description_submit" : "提交查询"
"abc_searchview_description_voice" : "Дауыс арқылы іздеу"
"abc_capital_off" : "ИЗКЛ."
"search_menu_title" : "Rechercher"
"abc_activitychooserview_choose_application" : "Khetha uhlelo lokusebenza"
"search_menu_title" : "Căutați"
"abc_activity_chooser_view_see_all" : "Skatīt visu"
"abc_activity_chooser_view_see_all" : "Angalia zote"
"abc_action_bar_up_description" : "పైకి నావిగేట్ చేయండి"
"abc_action_bar_home_description" : "រកមើល​ទៅ​ដើម"
"abc_searchview_description_voice" : "వాయిస్ శోధన"
"search_menu_title" : "جستجو"
"abc_searchview_description_voice" : "Glasovno pretraživanje"
"abc_searchview_description_query" : "Leitarfyrirspurn"
"abc_shareactionprovider_share_with_application" : "%s ਨਾਲ ਸਾਂਝਾ ਕਰੋ"
"abc_searchview_description_query" : "Keresési lekérdezés"
"abc_action_menu_overflow_description" : "अधिक विकल्प"
"abc_capital_off" : "关闭"
"abc_toolbar_collapse_description" : "ຫຍໍ້"
"abc_capital_off" : "முடக்கு"
"abc_action_menu_overflow_description" : "Mai multe opțiuni"
"abc_searchview_description_clear" : "Ștergeți interogarea"
"abc_capital_on" : "ACTIVÉ"
"abc_searchview_description_search" : "Telusuri"
"abc_action_bar_home_description" : "Joan orri nagusira"
"abc_action_mode_done" : "Luk"
"abc_searchview_description_query" : "Запыт на пошук"
"abc_shareactionprovider_share_with" : "Deljenje z"
"abc_search_hint" : "検索…"
"abc_activity_chooser_view_see_all" : "Összes megtekintése"
"abc_capital_on" : "PÅ"
"abc_shareactionprovider_share_with" : "Dijeljenje sa"
"abc_shareactionprovider_share_with" : "分享對象"
"abc_searchview_description_query" : "Søkeord"
"search_menu_title" : "Haku"
"abc_searchview_description_voice" : "વૉઇસ શોધ"
"abc_action_bar_up_description" : "Nach oben"
"abc_searchview_description_search" : "Претрага"
"abc_search_hint" : "Buscar…"
"abc_action_bar_home_description" : "Boshiga o‘tish"
"abc_action_menu_overflow_description" : "ተጨማሪ አማራጮች"
"search_menu_title" : "തിരയുക"
"abc_searchview_description_voice" : "Ovozli qidiruv"
"abc_searchview_description_clear" : "Izbris poizvedbe"
"abc_shareactionprovider_share_with" : "Открыть доступ"
"abc_searchview_description_search" : "खोज्नुहोस्"
"abc_searchview_description_submit" : "Асуулгыг илгээх"
"abc_searchview_description_submit" : "வினவலைச் சமர்ப்பி"
"abc_shareactionprovider_share_with" : "यांच्यासह सामायिक करा"
"abc_searchview_description_clear" : "検索キーワードを削除"
"abc_activitychooserview_choose_application" : "Выбрать приложение"
"abc_action_bar_home_description" : "Zulazulela ekhaya"
"abc_searchview_description_clear" : "Sula inkinga"
"abc_toolbar_collapse_description" : "Թաքցնել"
"abc_searchview_description_search" : "Paieška"
"search_menu_title" : "ਖੋਜ"
"abc_searchview_description_voice" : "Wyszukiwanie głosowe"
"abc_action_bar_up_description" : "Перайсці ўверх"
"abc_search_hint" : "શોધો…"
"abc_searchview_description_submit" : "Sorguyu gönder"
"abc_action_mode_done" : "Fertig"
"abc_searchview_description_submit" : "Odeslat dotaz"
"abc_capital_off" : "ఆఫ్ చేయి"
"abc_activity_chooser_view_see_all" : "બધું જુઓ"
"abc_shareactionprovider_share_with_application" : "Zdieľať pomocou %s"
"abc_action_mode_done" : "Xong"
"abc_activity_chooser_view_see_all" : "Hamısına baxın"
"abc_searchview_description_submit" : "Slanje upita"
"abc_searchview_description_clear" : "Futa hoja"
"abc_activity_chooser_view_see_all" : "සියල්ල බලන්න"
"abc_searchview_description_search" : "Tìm kiếm"
"abc_action_mode_done" : "Nimemaliza"
"abc_capital_off" : "ጠፍቷል"
"info_details" : "This is a sample app for RootBeer - a simple to use root checking Android library. Rootbeer gives an indication of root. Remember root==god, so there's no 100% way to check for root."
"abc_searchview_description_clear" : "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
"abc_capital_off" : "آف"
"abc_action_bar_home_description" : "முகப்பிற்கு வழிசெலுத்து"
"abc_action_menu_overflow_description" : "Více možností"
"abc_action_bar_home_description" : "गृह खोज्नुहोस्"
"abc_action_menu_overflow_description" : "Այլ ընտրանքներ"
"abc_action_menu_overflow_description" : "Altre opzioni"
"abc_searchview_description_clear" : "ప్రశ్నను క్లియర్ చేయి"
"abc_action_mode_done" : "完了"
"abc_shareactionprovider_share_with" : "Shiriki na:"
"abc_shareactionprovider_share_with_application" : "Partilhar com %s"
"abc_searchview_description_search" : "Soek"
"abc_toolbar_collapse_description" : "Reduzir"
"abc_action_bar_up_description" : "Ուղղվել վերև"
"abc_font_family_display_1_material" : "sans-serif"
"abc_shareactionprovider_share_with" : "এর সাথে শেয়ার করুন"
"abc_searchview_description_query" : "የፍለጋ ጥያቄ"
"abc_toolbar_collapse_description" : "تصغير"
"abc_searchview_description_clear" : "ລຶບຂໍ້ຄວາມຊອກຫາ"
"abc_capital_on" : "ACTIVAT"
"abc_capital_on" : "КҮЙҮК"
"abc_searchview_description_submit" : "Pateikti užklausą"
"root_checks_6" : "SU EXISTS"
"abc_action_mode_done" : "ተከናውኗል"
"abc_searchview_description_clear" : "מחק שאילתה"
"abc_action_menu_overflow_description" : "Fleiri valkostir"
"abc_action_mode_done" : "Eginda"
"abc_searchview_description_submit" : "Senda fyrirspurn"
"abc_action_bar_home_description" : "Naviger hjem"
"abc_capital_on" : "ΕΝΕΡΓΟΠΟΙΗΣΗ"
"abc_capital_on" : "SEES"
"abc_search_hint" : "തിരയുക…"
"abc_searchview_description_submit" : "Адправіць запыт"
"abc_activitychooserview_choose_application" : "යෙදුමක් තෝරන්න"
"abc_font_family_button_material" : "sans-serif-medium"
"abc_activity_chooser_view_see_all" : "Տեսնել բոլորը"
"abc_activitychooserview_choose_application" : "Escoller unha aplicación"
"abc_searchview_description_search" : "Axtarış"
"abc_activity_chooser_view_see_all" : "Barchasini ko‘rish"
"abc_capital_on" : "KVEIKT"
"abc_action_bar_up_description" : "Перейти вверх"
"abc_searchview_description_clear" : "Исчисти барање"
"abc_shareactionprovider_share_with_application" : "Del med %s"
"abc_action_bar_up_description" : "پیمایش به بالا"
"abc_action_bar_up_description" : "Перейти вгору"
"abc_searchview_description_search" : "Іздеу"
"abc_searchview_description_search" : "ရှာဖွေရန်"
"abc_searchview_description_submit" : "Envoyer la requête"
"abc_shareactionprovider_share_with" : "Κοινή χρήση με"
"search_menu_title" : "Pesquisar"
"abc_searchview_description_clear" : "清除查询"
"abc_shareactionprovider_share_with_application" : "%s-тай хуваалцах"
"abc_activitychooserview_choose_application" : "Veldu forrit"
"abc_shareactionprovider_share_with_application" : "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
"abc_activitychooserview_choose_application" : "একটি অ্যাপ্লিকেশান বেছে নিন"
"abc_toolbar_collapse_description" : "收起"
"abc_searchview_description_query" : "Interogare de căutare"
"abc_capital_off" : "JOAKTIV"
"abc_search_hint" : "Pretražite…"
"abc_action_menu_overflow_description" : "Flere muligheder"
"abc_activitychooserview_choose_application" : "Wybierz aplikację"
"abc_activitychooserview_choose_application" : "Alegeți o aplicație"
"abc_search_hint" : "Recherche en cours..."
"abc_capital_on" : "ఆన్ చేయి"
"abc_font_family_display_3_material" : "sans-serif"
"abc_activity_chooser_view_see_all" : "Alle ansehen"
"abc_shareactionprovider_share_with_application" : "Открыть доступ пользователю %s"
"abc_shareactionprovider_share_with_application" : "Chia sẻ với %s"
"root_checks_3" : "TEST KEYS"
"abc_shareactionprovider_share_with_application" : "Partager avec %s"
"abc_searchview_description_query" : "ข้อความค้นหา"
"abc_activity_chooser_view_see_all" : "Kuva kõik"
"abc_activitychooserview_choose_application" : "ایک ایپ منتخب کریں"
"abc_searchview_description_clear" : "I-clear ang query"
"abc_capital_off" : "Aus"
"abc_searchview_description_query" : "සෙවුම් විමසුම"
"abc_shareactionprovider_share_with" : "Zdieľať pomocou"
"abc_activitychooserview_choose_application" : "Избери апликација"
"search_menu_title" : "搜尋"
"abc_action_menu_overflow_description" : "خيارات إضافية"
"abc_action_bar_home_description_format" : "%1$s، %2$s"
"search_menu_title" : "Search"
"abc_searchview_description_voice" : "Голосовий пошук"
"abc_search_hint" : "Хайх..."
"abc_searchview_description_submit" : "Enviar consulta"
"abc_action_mode_done" : "Listo"
"abc_action_bar_up_description" : "Navigați în sus"
"abc_activitychooserview_choose_application" : "Chọn một ứng dụng"
"abc_shareactionprovider_share_with_application" : "Shiriki na %s"
"abc_toolbar_collapse_description" : "Свиване"
"abc_searchview_description_search" : "Haku"
"abc_shareactionprovider_share_with_application" : "ចែករំលែក​ជាមួយ %s"
"abc_searchview_description_clear" : "क्‍वेरी स्‍पष्‍ट करा"
"abc_activity_chooser_view_see_all" : "Sjá allt"
"abc_searchview_description_voice" : "Glasovno iskanje"
"abc_activitychooserview_choose_application" : "Izvēlieties lietotni"
"search_menu_title" : "Søk"
"abc_searchview_description_clear" : "Clear query"
"abc_action_bar_up_description" : "Siirry ylös"
"abc_search_hint" : "खोजा जा रहा है…"
"abc_search_hint" : "Tafuta…"
"abc_action_menu_overflow_description" : "Meer opties"
"abc_searchview_description_search" : "חפש"
"abc_activity_chooser_view_see_all" : "Zobraziť všetko"
"abc_action_bar_up_description" : "Pārvietoties augšup"
"abc_search_hint" : "ຊອກຫາ"
"abc_capital_on" : "AAN"
"abc_searchview_description_search" : "Tafuta"
"abc_activity_chooser_view_see_all" : "مشاهده همه"
"abc_capital_off" : "TẮT"
"abc_capital_on" : "УКЉУЧИ"
"abc_toolbar_collapse_description" : "کوچک کردن"
"abc_searchview_description_search" : "搜索"
"search_menu_title" : "Vyhľadávanie"
"abc_searchview_description_query" : "搜索查询"
"abc_action_bar_up_description" : "נווט למעלה"
"abc_shareactionprovider_share_with_application" : "Compartir con %s"
"search_menu_title" : "Cerca"
"abc_searchview_description_submit" : "ক্যোয়ারী জমা দিন"
"abc_capital_off" : "AF"
"abc_activity_chooser_view_see_all" : "Ver tudo"
"abc_shareactionprovider_share_with_application" : "‏اشتراک‌گذاری با %s"
"search_menu_title" : "Претражи"
"abc_searchview_description_query" : "Consulta de pesquisa"
"abc_searchview_description_query" : "Упит за претрагу"
"abc_search_hint" : "Søg…"
"abc_searchview_description_query" : "Сұрақты іздеу"
"abc_searchview_description_search" : "検索"
"abc_shareactionprovider_share_with" : "Jagamine:"
"abc_toolbar_collapse_description" : "Згорнути"
"abc_action_bar_home_description" : "হোম এ নেভিগেট করুন"
"abc_searchview_description_submit" : "Υποβολή ερωτήματος"
"abc_action_bar_home_description" : "မူလနေရာကို သွားရန်"
"abc_activitychooserview_choose_application" : "選擇應用程式"
"abc_action_bar_up_description" : "ऊपर नेविगेट करें"
"abc_action_bar_up_description" : "Naviger op"
"abc_action_bar_up_description" : "Kretanje nagore"
"abc_action_bar_home_description" : "Visa startsidan"
"abc_action_bar_home_description_format" : "%1$s: %2$s"
"abc_toolbar_collapse_description" : "Minimieren"
"abc_action_menu_overflow_description" : "Vairāk opciju"
"abc_activity_chooser_view_see_all" : "Peržiūrėti viską"
"abc_searchview_description_query" : "搜尋查詢"
"abc_searchview_description_voice" : "语音搜索"
"abc_shareactionprovider_share_with_application" : "Dela med %s"
"abc_shareactionprovider_share_with_application" : "Partekatu %s erabiltzailearekin"
"abc_searchview_description_voice" : "የድምፅ ፍለጋ"
"abc_activity_chooser_view_see_all" : "ሁሉንም ይመልከቱ"
"search_menu_title" : "ရှာဖွေပါ"
"abc_searchview_description_voice" : "ध्वनि खोज"
"abc_font_family_caption_material" : "sans-serif"
"abc_action_bar_home_description_format" : "%1$s、%2$s"
"search_menu_title" : "ຊອກຫາ"
"abc_searchview_description_clear" : "Մաքրել հարցումը"
"abc_capital_on" : "ACTIVAR"
"abc_action_bar_home_description" : "Үйгө багыттоо"
"abc_shareactionprovider_share_with" : "Yabelana no-"
"abc_searchview_description_search" : "සෙවීම"
"abc_searchview_description_clear" : "Obriši upit"
"abc_action_mode_done" : "Дууссан"
"abc_toolbar_collapse_description" : "折りたたむ"
"abc_search_hint" : "Axtarış..."
"abc_activitychooserview_choose_application" : "Seleccionar una aplicación"
"abc_searchview_description_submit" : "Skicka fråga"
"abc_action_bar_up_description" : "Движи се нагоре"
"abc_search_hint" : "Cerca..."
"abc_searchview_description_query" : "Kërko pyetjen"
"abc_action_menu_overflow_description" : "Više opcija"
"abc_capital_on" : "SÍ"
"search_menu_title" : "Sesha"
"abc_capital_off" : "DESACTIVAT"
"abc_searchview_description_query" : "Iskalna poizvedba"
"abc_capital_off" : "બંધ"
"abc_toolbar_collapse_description" : "접기"
"abc_toolbar_collapse_description" : "Хумих"
"abc_search_hint" : "Search…"
"abc_action_bar_home_description" : "ගෙදරට සංචාලනය කරන්න"
"abc_activity_chooser_view_see_all" : "Se alle"
"abc_font_family_body_1_material" : "sans-serif"
"abc_action_mode_done" : "Done"
"abc_search_hint" : "Keresés…"
"abc_search_hint" : "بحث…"

From Code

Show all 1578 strings MediaButtonReceiver
Pixel distance must be non-negative
Pending Loader
moveto RESUMED:
Setting a custom background is not supported.
android.support.sortKey
scrollX
Dead object in skipToPrevious.
android:fade:screenY
Commit:
Circular dependencies cannot exist in AnimatorSet
getCallingPackage
thumbPos
AppCompat does not support the current theme features: { windowActionBar:
interp(
accessibility
Couldn't get audio manager
mServiceBinderWrapper should be null. Instead it is
FullSpanItem{mPosition=
Connected to service
Cannot compute scroll delta before calling start()
unknown
parser error
Dead object in skipToQueueItem.
dismissalId
An error occurred while executing doInBackground()
startedFromLauncher
android.support.v4.os.IResultReceiver
Cannot call this method in a scroll callback. Scroll callbacks mightbe run during a measure & layout pass where you cannot change theRecyclerView data. Any method call that might change the structureof the RecyclerView or the adapter contents should be postponed tothe next frame.
LayoutState{mAvailable=
A unique media button receiver could not be found in the given context, so couldn't build a pending intent.
android.title.big
Trying to recycle an ignored view holder. You should first call stopIgnoringView(view) before calling recycle.
android.media.browse.extra.PAGE_SIZE
FLAG_REQUEST_FILTER_KEY_EVENTS
ViewParentCompat
android.support.v4.media.session.command.ADD_QUEUE_ITEM_AT
ContextCompat
result must have a length of 3.
Can't make a decor toolbar out of
Could not execute non-public method for android:onClick
android.support.content.wakelockid
inProgressLabel
ACTION_ARGUMENT_EXTEND_SELECTION_BOOLEAN
android.view.accessibility.action.ARGUMENT_COLUMN_INT
Dead object in skipToNext.
This Activity already has an action bar supplied by the window decor. Do not request Window.FEATURE_SUPPORT_ACTION_BAR and set windowActionBar to false in your theme to use a Toolbar instead.
android.support.localOnly
android.support.v4.media.session.command.ARGUMENT_INDEX
ACTION_SELECT
validating child count
Error inflating menu XML
SupportMenuInflater
AccessibilityNodeInfo.roleDescription
ro.debuggable
android.media.metadata.DISPLAY_ICON_URI
Back Stack Indices:
PopupWindowCompatApi21
No constant state support for SDK < 24.
android.media.metadata.COMPOSER
FragmentActivity
FLAG_REPORT_VIEW_IDS
capacity must be >= 1
mHaveData=
Failed to resolve canonical path:
tool-checker
Action:mName='
MenuItemImpl
Transient bottom bar must have non-null parent
You need to use a Theme.AppCompat theme (or descendant) with this activity.
Child drawer has absolute gravity
Tmp detached view should be removed from RecyclerView before it can be recycled:
android.media.metadata.DURATION
Only TabItem instances can be added to TabLayout
android.media.metadata.DISPLAY_TITLE
permission is null
wrap_content\
android.intent.action.SEND_MULTIPLE
RV Scroll
Could not find method setEpicenterBounds(Rect) on PopupWindow. Oh well.
mInnerView=
Too many pending Fragment activity results.
Not connected, unable to search.
LayoutInflaterCompatHC
android.media.metadata.DISC_NUMBER
Unable to access notification extras
SlidingPaneLayout
Inconsistency detected. Invalid item position
android.media.metadata.ART
Could not find method makeOptionalFitsSystemWindows. Oh well...
Active Fragments in
The root id in BrowserRoot cannot be null. Use null for BrowserRoot instead.
android.intent.action.SEND
data
android.hardware.fingerprint
getLayoutDirection
Invalid orientation. It should be either HORIZONTAL or VERTICAL
android.media.browse.MediaBrowserService
mBaselineAlignedChildIndex of LinearLayout set to an index that is out of bounds.
scaleX
FragmentPager.SavedState{
Invalid percentage-based rating value
Listener may not be null
Dead object in getRepeatMode.
com.devadvance.rootcloak
RV Nested Prefetch
android.support.v4.media.session.IMediaControllerCallback
View
RV Prefetch
Transition
Dead object in playFromMediaId.
Dead object in prepareFromSearch.
android.progress
OP_POST_NOTIFICATION
setExclusiveCheckable
Animators cannot have negative duration:
android.view.accessibility.action.ARGUMENT_PROGRESS_VALUE
MBSCompatApi24
trying to unhide a view that was not hidden
MediaBrowserCompat...
android.support.v4.media.session.command.REMOVE_QUEUE_ITEM
android.text
View can not be anchored to the the parent CoordinatorLayout
recommendation
Failed to inflate resource in the background! Retrying on the UI thread
mView=
Failed query:
Could not retrieve
Item at position
Cannot scroll without a LayoutManager set. Call setLayoutManager with a non-null argument.
onCreateView: id=0x
Requested offscreen page limit
Cannot invalidate item decorations during a scroll or layout
ACTION_SET_SELECTION
data_root_hints
ACTION_ARGUMENT_MOVEMENT_GRANULARITY_INT
bounds
android.intent.extra.EMAIL
android.intent.extra.SUBJECT
android.support.v4.media.session.EXTRA_BINDER
android.support.v4.app.EXTRA_CALLING_ACTIVITY
android.intent.extra.CC
no_backup
Called doStop when not started:
Can't be used with a custom content view
mMinHeight
promo
ACTION_ARGUMENT_SELECTION_END_INT
CONNECT_STATE_DISCONNECTED
android.support.v4.media.session.action.PREPARE_FROM_URI
BundleCompatGingerbread
Can only use lower 16 bits for requestCode
You must specify a name to build a CustomAction.
mLoadersStarted=
user_query
This FragmentTransaction is not allowed to be added to the back stack.
Calling onLoadChildren() failed for id=
Can't find activity to handle intent; ignoring
No instantiated fragment for index #
Cannot smooth scroll without a LayoutManager set. Call setLayoutManager with a non-null argument.
Instantiate
mStateAfterAnimating=
You should override computeScrollVectorForPosition when the LayoutManager does not implement
TwilightManager
PlaybackState {
power
Matching against filter
states
bad argument to loadBitmap
android:backStackId
MediaItem{
searchView must be an instance ofandroid.widget.SearchView
android.compactActions
location
setTime
event may not be null.
strokeLineJoin
Start drag has been called but swiping is not enabled
No authority:
Cannot move a child from non-existing index:
state_max
saveAllState: adding back stack #
android:changeBounds:parent
Progress display unsupported
Unable to find childrenDrawingOrderEnabled
Bump nesting of
SU Binary
com.amphoras.hidemyroot
this should only be called when the cursor is valid
mEnterAction
ActionBarDrawerToggle
Could not invoke computeFitSystemWindows
android.mediaSession
getScript
Finished Retaining in
saveAllState: no fragments!
Could not find method setTouchModal() on PopupWindow. Oh well.
android.media.metadata.COMPILATION
AppCompatPopupWindow
Can't set dropdown selected position without an adapter
description must have a non-empty media id
onConnectFailed for
OnGestureListener must not be null
sharedElement:snapshot:imageMatrix
Dead object in stop.
mount
Not connected, unable to retrieve the MediaItem.
mButtonDrawable
Could not retrieve value from Resources#mDrawableCache
setTouchModal
android.support.coreutils
Dead object in rewind.
null
android.intent.category.LEANBACK_LAUNCHER
Unknown animator name:
com.scottyab.rootbeer.sample
HorizontalScrollView.SavedState{
Failure saving state:
on_reply
Description cannot be null.
Couldn't find no-arg method for property
Trying to set a replacement startPostponedEnterTransition on
mCursor=
ACTION_ACCESSIBILITY_FOCUS
android.icon
Required method instantiateItem was not overridden
android:menu:expandedactionview
Underlying type (
LoaderManager{
window
strokeColor
detach() called when sendResult() had already been called for:
ACTION_NEXT_AT_MOVEMENT_GRANULARITY
contentIconGravity
Your content must have a ListView whose id attribute is 'android.R.id.list'
Couldn't resolve menu item onClick handler
android.view.
Dead object in pause.
internal representation of views on the screen
RoundedBitmapDrawableFactory
scaleY
No such property (
data_media_session_token
Active Loaders:
android:menu:actionviewstates
LoaderManager
Saved state of
android.remoteinput.results
web_search
AsyncTaskLoader
Scheduling retry for
Could not call setClipToScreenEnabled() on PopupWindow. Oh well.
getprop
Bad ComponentName while traversing activity parent metadata
autoMirrored
ACTION_UNKNOWN
Fragment already active
Resolving type
android.intent.extra.HTML_TEXT
rotation
android.media.metadata.USER_RATING
getMediaItem for callback that isn't registered id=
Adding listener record for
Added View has RecyclerView as parent but view is not a real child. Unfiltered index:
android.intent.extra.KEY_EVENT
data_options
snap preference should be one of the constants defined in SmoothScroller, starting with SNAP_
android.support.v4.media.session.action.PLAY_FROM_URI
android.showWhen
mResumed=
SearchView
Must measure with an exact width
MenuBuilder
android.largeIcon
com.formyhm.hiderootPremium
You need to use a Theme.AppCompat theme (or descendant) with the design library.
close fail
fillColor
MediaMetadata
extra_service_version
Action Bar Tab must have a Callback
RootCloakingApps
CarExtender
Failed binding to service
MediaSession.QueueItem {Description=
Could not get overlap anchor field in PopupWindow
SHOW_AS_ACTION_ALWAYS, SHOW_AS_ACTION_IF_ROOM, and SHOW_AS_ACTION_NEVER are mutually exclusive.
parentId cannot be null in notifyChildrenChanged
superState must be null
ACTION_CLEAR_ACCESSIBILITY_FOCUS
search_results
weight
target
audio
appcompat:local_night_mode
LayoutManager
Single path segment is not a resource ID:
Receiver{
Error calling dispatchStartTemporaryDetach
UNKNOWN
failWrite: Got exception:
ACTION_CLEAR_SELECTION
android.support.fragment
app:theme is now deprecated. Please move to using android:theme instead.
FragmentStatePagerAdapter
You must specify an icon resource id to build a CustomAction.
direction must be one of {FOCUS_FORWARD, FOCUS_BACKWARD, FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT}.
com.chelpus.lackypatch
detach:
android.picture
Layout positions must be non-negative
rtsp://
http://
android.speech.extra.PROMPT
here
moveto CREATED:
setWindowLayoutType
libcore.icu.ICU
LEFT
RadioButton
ViewParent
Dead object in getFlags.
RecyclerView has no LayoutManager
android.backgroundImageUri
Failed to parse android.support.FILE_PROVIDER_PATHS meta-data
Failed to open
ActionProvider(support)
Cannot execute MediaSession.getCallingPackage()
You must specify a non-empty Uri for playFromUri.
mAdded=
files-path
search
A child of LinearLayout with index less than mBaselineAlignedChildIndex has weight > 0, which won't work. Either remove the weight, or don't set mBaselineAlignedChildIndex.
No keylines defined for
PagerTitleStrip
CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT
Tab does not belong to this TabLayout.
android.support.v4.media.session.command.ADD_QUEUE_ITEM
mailto:
Couldn't find setter/getter for property
Exception while inflating <vector>
Cannot build a media button pending intent with the given action:
PathParser
TestKeys
mAvailBackStackIndices:
alpha must be between 0 and 255.
input_method
Start swipe has been called with a view holder which is not a child of the RecyclerView controlled by this ItemTouchHelper.
AnchorInfo{mPosition=
Allocated fragment index
This is not supported, use MenuItemCompat.setOnActionExpandListener()
PagerTabStrip
Unique transitionNames are required for all sharedElements
fillAlpha
Could not retrieve icon for calling application
onConnect from service while mState=
DrawerLayout must be measured with MeasureSpec.EXACTLY.
Could not retrieve ResourcesImpl#mDrawableCache field
Tabs not supported in this configuration
Icon not found:
The operation has been canceled.
Failed to retrieve setLayoutDirection(int) method
Could not retrieve Resources#mDrawableCache field
android.permission.ACCESS_FINE_LOCATION
android.support.BIND_NOTIFICATION_SIDE_CHANNEL
AppBarLayout is always vertical and does not support horizontal orientation
calling_package
Failed to enqueue async inflate request
MediaServiceConnection.onServiceConnected name=
suggest_intent_extra_data
Transient bottom bar must have non-null callback
Root Management Apps
android.support.compat
Could not retrieve label for calling application
Callback may not be null
pages
ObjectAnimator@
setAlpha
Result key can't be null
Could not find method getMaxAvailableHeight(View, int, boolean) on PopupWindow. Oh well.
parentId is empty
android.showChronometer
mLoader=
ViewStub must have a non-null ViewGroup viewParent
restoreAllState: back stack #
android.media.metadata.AUTHOR
mParentFragment=
com.saurik.substrate
Could not retrieve value from ThemedResourceCache#mUnthemedEntries
android:menu:checked
Dead object in seekTo.
historical-record
Fragment
Remote error getting media item.
Giving up on delivering
left
restoreAllState: added #
android.media.metadata.ALBUM_ARTIST
Height must not be UNSPECIFIED
Callbacks must add text or a content description in populateEventForVirtualViewId()
Already attached
CONNECT_STATE_CONNECTED
Processing component
setScrollingTouchSlop(): bad argument constant
Can't change tag of fragment
Content view not yet created
ro.build.selinux
disconnect...
FragmentManager is already executing transactions
ViewHolder{
android.support.design
DrawableUtils
app_data
MediaBrowserCompat
android:style
suggest_intent_data
Could not read android:spinnerMode
Dead object in playFromSearch.
Fade
mContainer=
ACTION_PASTE
android.intent.action.TIMEZONE_CHANGED
This is not supported, use MenuItemCompat.getActionProvider()
ACTION_SCROLL_FORWARD
DrawableCompatJellybeanMr1
android.support.actionExtras
Must be called from main thread of fragment host
android.intent.action.TIME_SET
current group is :
android.app.
search for callback that isn't registered query=
android:switcher:
icon
android:view_state
android.media.metadata.ARTIST
Cannot call this method while RecyclerView is computing a layout or scrolling
suggest_text_2_url
duplicate tile @
ViewUtils
UNKNOWN/
mUri=
setEpicenterBounds
ACTION_COPY
android.media.metadata.MEDIA_ID
Error calling dispatchFinishTemporaryDetach
strokeMiterLimit
The
action_msg
label
ensureImeVisible
Dead object in setRepeatMode.
Failed to invoke getIBinder via reflection
Log class reloaded
should not dispatch add or move for pre layout
key == null || value == null
add:
Must call setup() that takes a Context and FragmentManager
ServiceCallbacks.onConnect...
Could not find ThemedResourceCache class
onLoadCanceled:
android.support.isGroupSummary
code_cache
CancelTask[
mSelectionArgs=
AccessibilityWindowInfo[
Could not find voice search activity
setStarted
text
android.people
Animators may only be run on Looper threads
android.media.metadata.BT_FOLDER_TYPE
query
ViewStub must have a valid layoutResource
superState must not be null
BottomNavigationView does not support submenus
mResourcesImpl
Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
FEEDBACK_GENERIC
VectorDrawableCompat
current path is :
REPLACE
QLog
Unable to find configured root for
setBackgroundResource
Could not invoke setConstantState(). Oh well.
Maximum number of items supported by BottomNavigationView is 5. Limit can be checked with BottomNavigationView#getMaxItemCount()
Dead object in dispatchMediaButtonEvent.
mProjection=
tag must not be null or empty
Couldn't find a unique registered media button receiver in the given context.
Dead object in setShuffleModeEnabled.
xn\\-\\-[\\w\\-]{0,58}\\w
If you provide an interpolator, you must set a positive duration
Dead object in play.
Connection for
android.support.v4.media.session.action.ARGUMENT_EXTRAS
setBase
progress
Can't find setChildrenDrawingOrderEnabled
data_media_item_id
com.koushikdutta.rommanager.license
Failed to find configured root that contains
android.media.metadata.NUM_TRACKS
outXyz must have a length of 3.
AsyncListUtil
android.intent.category.LAUNCHER
Trying to set out of range star-based rating
Exception while inflating <animated-vector>
android.support.v4.media.description.MEDIA_URI
false
RemoteException during connect for
No active wake lock id #
Invalid parameter for TransitionSet ordering:
Failed dumping state
callback is null
Ignoring attribute 'itemActionViewLayout'. Action view already specified.
Fragment already added:
data_package_name
sessionToken must not be null
callback may not be null.
Couldn't obtain the optical insets. Ignoring.
Called while creating a loader
getDisplayList
android.graphics.drawable.VectorDrawable
title
FLAG_REQUEST_ENHANCED_WEB_ACCESSIBILITY
viewportWidth
Could not invoke setEpicenterBounds on PopupWindow
https://
key == null
getOpticalInsets
Got ACTION_UP event but don't have an active pointer id.
android:menu:list
suggest_text_1
android.conversationTitle
android.support.v4.app.INotificationSideChannel
Dead object in prepare.
Could not retrieve value from Resources#mResourcesImpl
android.subText
mime_type
LinearLayoutManager
extras
android.speech.action.RECOGNIZE_SPEECH
android.support.v4.media.session.command.GET_EXTRA_BINDER
The session token has already been set.
network
Dead object in getQueue.
mUpdateThrottle=
RV PartialInvalidate
Toolbar
Two different ViewHolders have the same stable ID. Stable IDs in your adapter MUST BE unique and SHOULD NOT change.\n ViewHolder 1:
Moving more than 1 item is not supported yet
Exception while getting ActivityInfo
Invalid navigation mode
mBreadCrumbTitleRes=#
com.noshufou.android.su
service component must not be null
android.car.EXTENSIONS
No intents added to TaskStackBuilder; cannot getPendingIntent
mIsChildViewEnabled
finishWrite: Got exception:
Wrapped Object can not be null.
Context must not be null
invalid orientation
Error refreshing display list state
DangerousProps
participants
Search suggestions cursor at row
unknown reason
android.template
DialogFragment can not be attached to a container view
ACTION_NEXT_HTML_ELEMENT
Cannot add item decoration during a scroll or layout
Ignoring attribute 'actionProviderClass'. Action view already specified.
trimPathEnd
mRetaining=
ViewCompat
wake:
removeSubscription for callback that isn't registered id=
Couldn't fetch getDisplayList method; dimming won't work right.
EditText
RemoteInput
free_form
background
CheckBox
RecyclerView does not support scrolling to an absolute position. Use scrollToPosition instead
android.view.accessibility.action.ARGUMENT_ROW_INT
Invalid pointerId=
Could not retrieve icon for calling activity
Not sending onLoadChildren result for connection that has been disconnected. pkg=
category
capacity must be <= 2^30
Activity state:
suggest_icon_1
There is already a listener registered
Attempting to unregister the wrong listener
REMOVE
Cannot find span size for pre layout position.
android.support.v4.media.session.action.PREPARE
NestedScrollView
networkInfo
MenuPopupWindow
detected invalid position. loc invalid?
GridLayoutManager
Object returned from onCreateLoader must not be a non-static inner member class:
contentIcon
Could not retrieve ThemedResourceCache#mUnthemedEntries field
Content has view with id attribute 'android.R.id.list' that is not a ListView class
android.support.allowGeneratedReplies
android.messages
resultKey
Drawable
Problem while matching changed view holders with the newones. The pre-layout information for the change holder
token is not a valid MediaSession.Token object
You may not add a null CustomAction to PlaybackStateCompat.
MenuPopupHelper cannot be used without an anchor
mServiceConnection should be null. Instead it is
historical-records
android.intent.extra.REFERRER
Got ACTION_MOVE event but don't have an active pointer id.
Starting in
android.media.metadata.RATING
Button
android.graphics.Insets
com.formyhm.hideroot
com.noshufou.android.su.elite
android.service.media.extra.SUGGESTION_KEYWORDS
search_suggest_query
No adapter attached; skipping layout
Calling onConnectFailed() failed. Ignoring. pkg=
getExtras() called while not connected (state=
enterAnim=#
movefrom RESUMED:
State{mTargetPosition=
selector
mediaId is empty
Failed to retrieve mButtonDrawable field
No data model. Did you call #setDataModel?
mCancellingTask=
ACTION_PREVIOUS_AT_MOVEMENT_GRANULARITY
android.support.v4.media.session.action.ARGUMENT_QUERY
android.speech.action.WEB_SEARCH
suggest_intent_action
android:visibility:visibility
Span count should be at least 1. Provided
Failed to inflate ColorStateList, leaving it to the framework
transport
android.intent.extra.changed_uid_list
Scroll duration must be a positive number
Start swipe has been called but dragging is not enabled
ActionMode callback can not be null.
CONNECT_STATE_SUSPENDED
mTransition=#
No start tag found
VdcInflateDelegate
Could not execute method for android:onClick
BackStackEntry{
Added Fragments:
flags
service
mCallbacksMessenger should be null. Instead it is
Missing android.support.FILE_PROVIDER_PATHS meta-data
Unable to register media button event receiver with PendingIntent, falling back to ComponentName.
Could not find method setClipToScreenEnabled() on PopupWindow. Oh well.
itemView may not be null
setActionProvider: item does not implement SupportMenuItem; ignoring
Failed launch activity:
Error closing icon stream for
geo:0,0?q=
Could not retrieve value of
SimpleItemAnimator
This should be called inside of onLoadChildren or onLoadItem methods
onLoadComplete:
path
popEnterAnim=#
android.service.media.extra.OFFLINE
forceSetFactory2 Could not find field 'mFactory2' on class
android.intent.action.MEDIA_BUTTON
Share records file not well-formed.
android:theme
No resource found for:
query cannot be empty
searchView must be non-null
captureChildView: parameter must be a descendant of the ViewDragHelper's tracked parent view (
movefrom CREATED:
mSavedFragmentState=
choices
Two different ViewHolders have the same change ID. This might happen due to inconsistent Adapter update events or if the LayoutManager lays out the same View multiple times.\n ViewHolder 1:
putIBinder
SingleLineAllCapsTransform
DrawerToggle may not show up because NavigationIcon is not visible. You may need to call actionbar.setDisplayHomeAsUpEnabled(true);
Invalid requestCode mapping in savedInstanceState.
getIBinder
An instance of OnFlingListener already set.
ROOTED*
android.title
android.media.metadata.GENRE
detected
Expected theme to define listPreferredItemHeight.
DiffUtil hit an unexpected case while trying to calculate the optimal path. Please make sure your data is not changing during the diff calculation.
android.intent.extra.BCC
mFragmentManager=
de.robv.android.xposed.installer
Could not fetch mOverlapAnchor field from PopupWindow
name
Unable to invoke childrenDrawingOrderEnabled
Could not invoke setTouchModal() on PopupWindow. Oh well.
android.view.View
Fragment does not have a view
Unable to instantiate fragment
dur(
gravity
Can't load animation resource ID #0x
ForRWPaths
item
Ignoring pointerId=
ArrayMap
Transient bottom bar must have non-null content
share_history.xml
StandardMenuPopup cannot be used without an anchor
Activity result no fragment exists for who:
ACTION_ARGUMENT_SET_TEXT_CHARSEQUENCE
DocumentFile
rotationX
IntentReader
Child
Error processing scroll; pointer index for id
Calling onConnect() failed. Dropping client. pkg=
This session doesn't support queue management operations
The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count:
Property
Child FragmentManager of
Hide on content scroll is not supported in this action bar configuration.
Failed to retrieve a key as Bitmap.
setSelectedNavigationIndex not valid for current navigation mode
Fragment no longer exists for key
Run:
binder
Freeing fragment index
mDrawableCache
TransitionManager
ActionMenuItemView
PropertyValuesHolder
callback argument may not be null!
Remote error searching items with query:
Dead object in getPlaybackState.
mHost=
Exception while inflating drawable
android.progressIndeterminate
Required method destroyItem was not overridden
state=
android:user_visible_hint
android.support.v7.appcompat
AtomicFile
couldn't move cursor to position
getWindowLayoutType
Could not find any Service that handles android.intent.action.MEDIA_BUTTON or a media browser service implementation
FragmentPagerAdapter
Got ACTION_MOVE event but have an invalid active pointer id.
Couldn't set content description via JB-MR2 API
No listener register
A shared element with the source name '
android:support:next_request_index
elevation
android.permission.ACCESS_COARSE_LOCATION
Activity result delivered for unknown Fragment.
FEEDBACK_SPOKEN
CheckRootTask
tgts(
android.widget.
sharedElement:snapshot:bitmap
onMeasure: More than two child views are not supported.
intent_extra_data_key
Selinux Flag Is Enabled
Activity
order does not contain a valid category.
Cannot change whether this adapter has stable IDs while the adapter has registered observers.
Share records file does not start with historical-records tag.
uimode
Dead object in getExtras.
android.media.metadata.DISPLAY_SUBTITLE
android
com.thirdparty.superuser
ImageButton
Could not find method computeFitSystemWindows. Oh well.
android.support.coreui
com.zachspong.temprootremovejb
ListMenuPresenter
Action list:
android.usage_time_packages
Cannot create fragment
android.media.metadata.ART_URI
dly(
Inconsistency detected. Invalid view holder adapter position
test-keys
android:menu:presenters
mMaxMode
messages
unrated
detach() called when detach() had already been called for:
Error changing children drawing order
Could not find menu item with id
View may not be null
addLikelySubtags
Bump nesting in
Callbacks must set parent bounds in populateNodeForVirtualViewId()
Called attach on a child which is not detached:
Unknown object in the tree!
MediaControllerCompat
Provider must grant uri permissions
Could not retrieve Resources#mResourcesImpl field
mContentChanged=
Re-attaching retained fragment
item
Must provide flag PRE or POST
BusyBoxBinary
Expecting menu, got
Failed to createFile:
Back Stack:
confirmLabel
Name must not be empty
Couldn't create
activity
ACTION_CLEAR_FOCUS
Failed to invoke putIBinder via reflection
Could not fetch setConstantState(). Oh well.
ListMenuItemView
Loader Manager:
ActionMenuView
onLoadChildren for
viewportHeight
ACTION_CLICK
android.selfDisplayName
background can not be translucent: #
ScrollingTabContainerView
car_conversation
Failed to get button drawable via reflection
Callbacks must add text or a content description in populateNodeForVirtualViewId()
eu.chainfire.supersu
cache-path
More info
match_parent\
android.media.metadata.ALBUM_ART_URI
Could not get last known location. This is probably because the app does not have any location permissions. Falling back to hardcoded sunrise/sunset values.
Error formatting mount line:
ListPopupWindow
Could not invoke makeOptionalFitsSystemWindows
Dead object in setRating.
Cannot scroll to position a LayoutManager set. Call setLayoutManager with a non-null argument.
mFactory2
You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR_OVERLAY id when requesting this feature.
LayoutState
android.support.v4.media.session.IMediaSession
UTF-8
ActionBarDrawerToggleImplJellybeanMR2
Instantiated fragment
Remote error getting media item:
ThreadUtil
type
android.media.metadata.ADVERTISEMENT
Activity has been destroyed
https://github.com/scottyab/rootbeer
android.media.metadata.WRITER
Couldn't rename file
app_color
ActivityChooserView
Max array capacity exceeded
FragmentManager
objectAnimator
Android
AutoCompleteTextView
ItemTouchHelper
android.service.media.extra.SUGGESTED
onLoaderReset
Callbacks must not add ACTION_CLEAR_ACCESSIBILITY_FOCUS in populateNodeForVirtualViewId()
dispatchFinishTemporaryDetach
getServiceComponent() called while not connected (state=
setLayoutDirection
translateX
invalid position
scrollY
StaggeredGridLayoutManager
Unknown message
android.intent.action.MAIN
com.amphoras.hidemyrootadfree
This transaction is already being added to the back stack
Disconnected from service
TaskStackBuilder
movefrom ACTIVITY_CREATED:
which
uk.co.barbuzz.beerprogressview
social
android.intent.extra.TEXT
Provided int[]'s size must be more than or equal to span count. Expected:
android.widget.Switch
The view does not have a ViewHolder. You cannot pass arbitrary views to this method, they should be created by the Adapter
Resolved path jumped beyond configured root
PagerTitleStrip must be a direct child of a ViewPager.
ACTION_ARGUMENT_HTML_ELEMENT_STRING
PrintHelperKitkat
ImageView
DrawerLayout
ChildrenHelper
This app has been built with an incorrect configuration. Please configure your build for VectorDrawableCompat.
Callbacks must not add ACTION_ACCESSIBILITY_FOCUS in populateNodeForVirtualViewId()
android.intent.action.VIEW
getViewForPositionAndType returned a view that is ignored. You must call stopIgnoring before returning this view.
android.support.v4.media.session.action.PREPARE_FROM_SEARCH
Fade.onDisappear: startView, startVis, endView, endVis =
android:support:fragments
android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE
getSessionToken() called while not connected(state=
data_result_receiver
mTarget=
moveto STARTED:
setHomeAsUpIndicator
notification
Could not retrieve value from ResourcesImpl#mDrawableCache
Views cannot have both real and virtual children
More than two path segments:
Cannot execute task: the task has already been executed (a task can be executed only once)
ResourcesFlusher
translationX
View Hierarchy:
mAccessibilityDelegate
ActionBarDrawerToggleHoneycomb
volumeProvider may not be null
Layout state should be one of
android.support.groupKey
Dead object in registerCallback.
Operations:
mUnthemedEntries
setClipToScreenEnabled
a-zA-Z[ -\ud7ff豈-﷏ﷰ-\uffef𐀀-\u1fffd𠀀-\u2fffd𰀀-\u3fffd\u40000-\u4fffd\u50000-\u5fffd\u60000-\u6fffd\u70000-\u7fffd\u80000-\u8fffd\u90000-\u9fffd\ua0000-\uafffd\ub0000-\ubfffd\uc0000-\ucfffd\ud0000-\udfffd\ue1000-\uefffd&&[^ [\u2000-\u200a]\u2028\u2029 \u3000]]
contentActionIndex
showSoftInputUnchecked
A shared element with the target name '
op should be remove or update.
view
Adding back stack index
mArguments=
Tab not attached to a TabLayout
Unhandled message:
alarm
Internal error with the back stack records
data_calling_uid
maxSize <= 0
MediaSessionCompatApi24
android.support.v4.media.session.command.ARGUMENT_MEDIA_DESCRIPTION
android.resource
RecyclerView
No suitable parent found from the given view. Please provide a valid view.
restoreAllState: re-attaching retained
doAfterTextChanged
android.content.pm.ParceledListSlice
This container does not support retaining Map.Entry objects
Permission present on component
trimPathOffset
detected invalid location
android.intent.action.SEARCH
invalid orientation:
Sending task
onServiceDisconnected
sendResult() called twice for:
Dead object in getMediaController.
We could not load the native library to test for root
Couldn't find method
Package/uid mismatch: uid=
android.media.metadata.TITLE
external-cache-path
NotificationManagerCompat
android.textLines
bridgeTag
setChildrenDrawingOrderEnabled
getActionProvider: item does not implement SupportMenuItem; returning null
Inactive Loaders:
onConnect
action
Negative size:
android.largeIcon.big
data_search_query
mSelection=
TextInputLayout.SavedState{
MenuItemWrapper
restartLoader in
Hebr
event cannot be null or empty
Do not setLayoutFrozen in layout or scroll
The android:onClick attribute cannot be used within a restricted context
Error getprop, NoSuchElementException:
trimPathStart
setDefaultNightMode() called with an unknown mode
Invalid item position
com.ramdroid.appquarantinepro
Dead object in sendCustomAction.
ChangeBounds
android:target_req_state
Error reading historical recrod file:
Dead object in addQueueItemAt.
restoreAllState: avail #
computeFitSystemWindows
Bad id:
matrix is :
hintScreenTimeout
Tabs are not supported in toolbar action bars
remove from detach:
removeSubscription called for
MediaSessionCompatApi18
LoaderInfo{
android.speech.extra.LANGUAGE
Couldn't set home-as-up indicator
cb is null
com.dimonvideo.luckypatcher
NotificationCompat
Couldn't fetch mRecreateDisplayList field; dimming will be slow.
status
EditText added is not a TextInputEditText. Please switch to using that class instead.
error changing cursor and caching columns
Invalid icon resource
AppCompatResources
data_media_item_list
FLAG_INCLUDE_NOT_IMPORTANT_VIEWS
android.remoteinput.resultsData
Drawable cannot be null.
customSizePreset
pivotY
MediaButtonReceiver component may not be null.
AppCompatDelegate
Mutated drawable is not the same instance as the input.
Could not set overlap anchor field in PopupWindow
android.media.metadata.DISPLAY_DESCRIPTION
android:menu:action_views
Local FragmentActivity
Stopping in
makeOptionalFitsSystemWindows
Invalid target position
TextViewCompatGingerbread
mediaSession is not a valid MediaSession object
root-path
Can't add fragment
content
com.scottyab.rootbeer
Illegal state argument:
ViewCompatBase
external-path
release
android.media.metadata.DISPLAY_ICON
cmd=
ChangeInfo{oldHolder=
outResult must have a length of 3.
KeyEvent may not be null
TYPE_SYSTEM
sender
Dead object in setVolumeTo.
mEnterAnim=#
Dead object in unregisterCallback.
volumeProvider may not be null!
actionIntent
Failed to get last known location
Input array must be non-empty
Cannot call this method unless RecyclerView is computing a layout or scrolling
mCallbacks=
setLatestEventInfo
movefrom STARTED:
android.support.v7.recyclerview
setVisibility called on un-referenced view
Stream items available:
android.speech.extra.LANGUAGE_MODEL
ro.secure
addSubscription failed with RemoteException parentId=
display
AppCompatDrawableManager
Dead object in getMetadata.
mOverlapAnchor
pathData
mCreated=
appcompat_skip_skip
strokeAlpha
ViewAnimatorCompat
Dead object in getRatingType.
invalid orientation.
android.support.v4.app.EXTRA_CALLING_PACKAGE
displayIntent
Context can't be null when inflating animators
Scrapped or attached views may not be recycled. isScrap:
moveto ACTIVITY_CREATED:
Pair{
Anchor must not be a descendant of the anchored view
limit
Could not find method
android.intent.extra.changed_package_list
android.service.media.extra.RECENT
AppCompatViewInflater
view is not a child, cannot hide
Parent view may not be null
DETACH
Cannot instantiate class:
View should be fully attached to be ignored
android.wearable.EXTENSIONS
call
mFlags
unexpected error retrieving valid column from cursor, did the remote process die?
WakefulBroadcastReceiver
You must override onLayoutChildren(Recycler recycler, State state)
An anchor may not be changed after CoordinatorLayout measurement begins before layout is complete.
android.content.res.ThemedResourceCache
Dead object in removeQueueItemAt.
ACTION_ARGUMENT_SELECTION_START_INT
android.support.v4.media.description.NULL_BUNDLE_FLAG
android:textscale:scale
FragmentManager{
Failed to invoke getLayoutDirection() via reflection
class
actions
FEEDBACK_HAPTIC
SHOW
Called doRetain when not started:
layout_inflater
mRetainInstance=
Error writing historical record file:
group
customContentHeight
mAnchor
Cannot flingCapturedView outside of a call to Callback#onViewReleased
getParentActivityIntent: bad parentActivityName '
Removing listener record for
FragmentManager misc state:
No package found for authority:
android.support.graphics.drawable
Cannot fling without a LayoutManager set. Call setLayoutManager with a non-null argument.
Dead object in adjustVolume.
external-files-path
The max pool size must be > 0
drawChild: child view
reminder
TYPE_APPLICATION
Window feature must be requested before adding content
hide:
Start drag has been called with a view holder which is not a child of the RecyclerView which is controlled by this ItemTouchHelper.
Button does not exist
android:cancelable
TYPE_ACCESSIBILITY_OVERLAY
rotationY
com.koushikdutta.rommanager
error in parsing \
SeekBar
tintMode
doBeforeTextChanged
Unable to access notification actions
Rating
getRoot() called while not connected(state=
AppCompatSpinner
right
Freeing back stack index
Exception while installing workaround OnScrollChangedListener
fragment
View
CAPABILITY_CAN_FILTER_KEY_EVENTS
mNextAnim=
bottom
mId=
connect() called while not disconnected (state=
No view found for id 0x
No root for client
NotifManCompat
time
CheckedTextView
WindowDecorActionBar
mBreadCrumbShortTitleRes=#
show:
AppCompat has already installed itself into the Window
appops
mRecreateDisplayList
onLoadChildren must call detach() or sendResult() before returning for package=
RV OnLayout
android:target_state
ICUCompatIcs
GridLayoutManager does not support stack from end. Consider using reverse layout
No layout manager attached; skipping layout
restoreAllState: active #
addSubscription failed with RemoteException.
initLoader in
2nd SU Binary check
android.media.metadata.DATE
Remote service has died:
ActionBarContextView
media_item
Unsupported message, what=
android.speech.extra.RESULTS_PENDINGINTENT_BUNDLE
suggest_icon_2
ToolbarWidgetWrapper
com.yellowes.su
strokeLineCap
author
android.remoteInputHistory
The view is not a child of CoordinatorLayout
android:menu:header
a-zA-Z0-9[ -\ud7ff豈-﷏ﷰ-\uffef𐀀-\u1fffd𠀀-\u2fffd𰀀-\u3fffd\u40000-\u4fffd\u50000-\u5fffd\u60000-\u6fffd\u70000-\u7fffd\u80000-\u8fffd\u90000-\u9fffd\ua0000-\uafffd\ub0000-\ubfffd\uc0000-\ucfffd\ud0000-\udfffd\ue1000-\uefffd&&[^ [\u2000-\u200a]\u2028\u2029 \u3000]]
duration must be a value of zero or greater
commit already called
Remote error registering client messenger.
MediaSessionCompat
Dead object in getPackageName.
MediaServiceConnection.onServiceDisconnected name=
android.app.Notification$Action
cancelLabel
clip-path
android.support.PARENT_ACTIVITY
Invalid hint position
android.intent.extra.REFERRER_NAME
setVisibilityListener: Setting a new ActionProvider.VisibilityListener when one is already set. Are you reusing this
suggest_text_2
mStarted=
android.support.v4.media.session.action.ARGUMENT_SHUFFLE_MODE_ENABLED
Setting an explicit action bar hide offset is not supported in this action bar configuration.
NULL
Rating:style=
callback cannot be null
android.activity.usage_time
android.intent.extra.STREAM
Dead object in prepareFromUri.
android:menu:adapter
RV FullInvalidate
android.media.browse.extra.PAGE
android:visibility:parent
onPageScrolled did not call superclass implementation
mData=
Dead object in removeQueueItem.
Error while calling setExclusiveCheckable
Failed to retrieve a key as Rating.
layout index should not be -1 after unhiding a view:
Error in parsing
mName=
Dead object in fastForward.
Could not call getMaxAvailableHeightMethod(View, int, boolean) on PopupWindow. Using the public version.
not detected
mHidden=
Pending Actions:
avail:
mFlags=
Session token may not be null.
This graph contains cyclic dependencies
Rect should be within the child's bounds. Rect:
Dead object in addQueueItem.
RootBeer
android.support.v4.media.session.action.ARGUMENT_URI
setHomeActionContentDescription
android.media.metadata.ALBUM_ART
Notification.extras field is not of type Bundle
tile not found @
Unable to create files subdir
Default behavior class
Unable to bind to listener
sharedElement:snapshot:imageScaleType
FEEDBACK_AUDIBLE
Unknown cmd:
dispatchStartTemporaryDetach
direction must be one of {FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT}.
No tab content FrameLayout found for id
Starting activity with a requestCode requires a FragmentActivity host
Root via native check
android.infoText
data_callback_token
android.support.v4.media.session.action.SET_REPEAT_MODE
TransportController
onLoadChildren for id that isn't subscribed id=
getMaxAvailableHeight
DEFAULT
getViewForPositionAndType returned a view which does not have a ViewHolder
LinearSmoothScroller
Can not perform this action after onSaveInstanceState
android:changeBounds:windowX
Created animator
Fragment has not been attached yet.
android.support.v4.media.session.action.SET_SHUFFLE_MODE_ENABLED
options cannot be null in notifyChildrenChanged
Cannot remove item decoration during a scroll or layout
task can not be null
animated-vector
RemoteException communicating with
Id cannot be QueueItem.UNKNOWN_ID
Tried to change cursor after adapter was closed.
Can not perform this action inside of
FEEDBACK_VISUAL
Failed to retrieve getIBinder method
The component name of media button receiver should be provided.
No fake drag in progress. Call beginFakeDrag first.
timestamp
No field with the name mListener is found in Animation class
android:changeBounds:bounds
remoteInputs
enabled_notification_listeners
TYPE_INPUT_METHOD
removeSubscription failed with RemoteException parentId=
This is not supported, use MenuItemCompat.setActionProvider()
LocalBroadcastManager
FLAG_REQUEST_TOUCH_EXPLORATION_MODE
Action bar must be in overlay mode (Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset
The Activity's LayoutInflater already has a Factory installed so we can not install AppCompat's
android.speech.extra.MAX_RESULTS
Arab
TextView
onServiceConnected
bad argument to getScaledBitmap
Array is full
android.hardware.display.category.PRESENTATION
Error writing printed content
forceSetFactory2 could not set the Factory2 on LayoutInflater
TextViewFont
This class is not for instantiation
android.progressMax
We already have an EditText, can only have one
LLM#LayoutState
NotificationSideChannelService: Uid
ArraySet
android.support.v4
Loader Manager
Failed to retrieve getLayoutDirection() method
FloatingActionButton
SearchView.SavedState{
Input must be sorted in ascending order.
Unexpected end of document
CAPABILITY_CAN_REQUEST_TOUCH_EXPLORATION
com.koushikdutta.superuser
RatingBar
RIGHT
Passed over target position while smooth scrolling.
Setting back stack index
arrowScroll tried to find focus based on non-child current focused view
Action bar must be in overlay mode (Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll
Cannot drop a view during a scroll or layout calculation
Remote error unregistering client messenger.
Failed to resolve canonical path for
Cannot settleCapturedViewAt outside of a call to Callback#onViewReleased
You must specify an action to build a CustomAction.
suggest_flags
data_search_extras
android.media.metadata.YEAR
android.media.metadata.MEDIA_URI
mMinWidth
translationY
menu
onLoadFinished
No preceding call to #readHistoricalData
saveAllState: adding fragment #
android.support.v4.media.session.action.ARGUMENT_REPEAT_MODE
android.support.v4.media.session.action.ARGUMENT_MEDIA_ID
android:support:request_fragment_who
Could not inflate Behavior subclass
Starting intent sender with a requestCode requires a FragmentActivity host
angle
Couldn't create directory
onLoadChildren
connection callback must not be null
invalid gap strategy. Must be GAP_HANDLING_NONE or GAP_HANDLING_MOVE_ITEMS_BETWEEN_SPANS
checkOpNoThrow
android.support.graphics.drawable.animated
onConnectFailed
state_bubble_color
translateY
setShowActionsInCompactView: action %d out of bounds (max %d)
android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE
Cannot access Animation's mListener field
busybox
state_wave_color
extra_messenger
Destroying Inactive in
android.media.extra.BT_FOLDER_TYPE
TransitionValues@
Called doStart when already started:
HIDE
options are null
in_progress
LruCache[maxSize=%d,hits=%d,misses=%d,hitRate=%d%%]
AsyncTask
email
The view is not associated with BottomSheetBehavior
bad arguments
Got ACTION_POINTER_DOWN event but have an invalid action index.
Not on back stack
animator
Bad fragment at key
mAnimatingAway=
AsyncLayoutInflater
attach:
Fade.onAppear: startView, startVis, endView, endVis =
document_id
No external inserts
remove:
android:showsDialog
ActionMenuPresenter
ViewPager with adapter
remote_input
onSearch must call detach() or sendResult() before returning for query=
ACTION_FOCUS
mTask=
android.os.SystemProperties
Destroying Active in
ScrollView can host only one direct child
You should now use the AppCompatDelegate.FEATURE_SUPPORT_ACTION_BAR id when requesting this feature.
No accessor method or field found for property with name
suggest_intent_query
Window callback may not be null
PotentiallyDangerousApps
MenuItemCompat
BeerProgressView
Failed to invoke setLayoutDirection(int) via reflection
CoordinatorLayout
android.support.transition
CompoundButtonCompatGingerbread
Invalid rating style (
Called removeDetachedView with a view which is not flagged as tmp detached.
Unable to load typeface:
command cannot be null or empty
allowFreeFormInput
No external updates
android.media.metadata.TRACK_NUMBER
No path:
ACTION_SCROLL_BACKWARD
RemoteInput is only supported from API Level 16
retainNonConfig: keeping retained
Called scrap view with an invalid view. Invalid views cannot be reused from scrap, they should rebound from recycler pool.
setLocalNightMode() called with an unknown mode
Cannot execute task: the task is already running.
mSortOrder=
direction must be one of {FOCUS_FORWARD, FOCUS_BACKWARD}.
Already in the pool!
session must not be null
unknown flag for pos
android.support.v4.media.session.action.PREPARE_FROM_MEDIA_ID
invalidateChildInParentFast
All nodes must be present in the graph before being added as an edge
extra_client_version
android.media.metadata.ALBUM
mOnScrollChangedListener
destroyLoader in
cannot add item to
android:support:request_indicies
CAPABILITY_CAN_REQUEST_ENHANCED_WEB_ACCESSIBILITY
Failure saving state: active
ACTION_LONG_CLICK
ActionBarOverlayLayout
MultiAutoCompleteTextView
direction must be absolute. received:
ACTION_CUT
Dead object in getQueueTitle.
SuggestionsAdapter
NotifyTask[
No intents added to TaskStackBuilder; cannot startActivities
Search suggestions cursor threw exception.
Unknown item type.
last_modified
ModernAsyncTask #
android.view.accessibility.AccessibilityNodeInfo.traits
resolveInfo:
Dead object in getSessionActivity.
activity_choser_model_history.xml
on_read
MBServiceCompat
allowGeneratedReplies
Could not find CoordinatorLayout descendant view with id
isRecyclable decremented below 0: unmatched pair of setIsRecyable() calls for
The connected service doesn't support search.
Failed to retrieve putIBinder method
android:changeBounds:windowY
mMaximum
Points are too far apart
suggest_intent_data_id
mSavedViewState=
android.intent.action.TIME_TICK
called detach on an already detached child
mPopEnterAnim=#
vector
setCurrentScene
connect...
EnvironmentCompat
drawable
Must use non-zero containerViewId
action_key
RV OnBindView
true
android.support.v4.media.session.command.REMOVE_QUEUE_ITEM_AT
NOT ROOTED
android.summaryText
ViewPager
mAbandoned=
ValueAnimator@
Adding available back stack index
only remove and update ops can be dispatched in first pass
Remote error subscribing media item:
RoundedBitmapDrawable cannot decode
addSubscription for callback that isn't registered id=
Invalid mode:
Tab belongs to a different TabLayout.
mFragmentId=#
Already added!
Cannot find span size for pre layout position. It is not cached, not in the adapter. Pos:
RV CreateView
android.bigText
Failed to delete
ATTACH
android.support.useSideChannel
MenuPopups manage their own views
large_icon
Provider must not be exported
Couldn't set home-as-up indicator via JB-MR2 API
Setting a non-zero elevation is not supported in this action bar configuration.
android.support.mediacompat
invalid shadow size
Retaining in
strokeWidth
mListener
android:savedDialogState
add from attach:
android:fragment:
Can't change container ID of fragment
Asked to get item at
Resource does not exist:
No drawer view found with gravity
mMinMode
outLab must have a length of 3.
Dead object in playFromUri.
android.support.remoteInputs
event
No activity
base aligned child index out of range (0,
description cannot be null
Dead object in prepareFromMediaId.
Unknown update op type for
CONNECT_STATE_CONNECTING
setConstantState
Search suggestions query threw an exception.
mMinimum
moveToState: Fragment state for
movefrom STOPPED:
Dead object in getPlaybackInfo.
mState=
packageName:
Icon resource not found:
Dead object in isShuffleModeEnabled.
Width must have an exact value or MATCH_PARENT
print
NewApi
android:fade:screenX
context must not be null
ACTION_PREVIOUS_HTML_ELEMENT
Expected 1 Service that handles
com.ramdroid.appquarantine
a-zA-Z0-9[ -\ud7ff豈-﷏ﷰ-\uffef𐀀-\u1fffd𠀀-\u2fffd𰀀-\u3fffd\u40000-\u4fffd\u50000-\u5fffd\u60000-\u6fffd\u70000-\u7fffd\u80000-\u8fffd\u90000-\u9fffd\ua0000-\uafffd\ub0000-\ubfffd\uc0000-\ucfffd\ud0000-\udfffd\ue1000-\uefffd&&[^ [\u2000-\u200a]\u2028\u2029 \u3000]]\\+\\-_%'
onLoadItem must call detach() or sendResult() before returning for id=
setBackgroundColor
ViewDragHelper
Cannot call this method from within addAll
com.devadvance.rootcloakplus
More than one BroadcastReceiver that handles android.intent.action.MEDIA_BUTTON was found, returning null.
Fragments Created Menus:
TextInputLayout
Cannot add pager decor view during layout
AnimatedVDCompat
application/octet-stream
android.speech.extra.RESULTS_PENDINGINTENT
Keyline index
state_progress
Spinner
FragmentTabHost.SavedState{
pivotX
state_instance
android.support.AppLaunchChecker
not a map
mBaselineAlignedChildIndex of LinearLayout points to a View that doesn't know how to get its baseline.
android.support.v4.media.MediaBrowserCompat.NULL_MEDIA_ITEM
android.webkit.
Dead object in sendCommand.
alpha
You must override smoothScrollToPosition to support smooth scrolling
android.support.FILE_PROVIDER_PATHS
AvdcInflateDelegate
NavUtils

From Shared Objects


apktool_out/lib/armeabi/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/x86_64/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/mips/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/mips64/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/x86/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/armeabi-v7a/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


apktool_out/lib/arm64-v8a/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/armeabi/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/x86_64/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/mips/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/mips64/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/x86/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/armeabi-v7a/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(


lib/arm64-v8a/libtool-checker.so

Showing all 3 strings RootBeer
LOOKING FOR BINARY: %s PRESENT!!!
LOOKING FOR BINARY: %s Absent :(

ACTIVITIES

Showing all 1 activities com.scottyab.rootbeer.sample.MainActivity

SERVICES

RECEIVERS

PROVIDERS

LIBRARIES

FILES

Show all 522 files AndroidManifest.xml
META-INF/CERT.RSA
META-INF/CERT.SF
META-INF/MANIFEST.MF
assets/SubwayNovella.ttf
classes.dex
lib/arm64-v8a/libtool-checker.so
lib/armeabi-v7a/libtool-checker.so
lib/armeabi/libtool-checker.so
lib/mips/libtool-checker.so
lib/mips64/libtool-checker.so
lib/x86/libtool-checker.so
lib/x86_64/libtool-checker.so
res/anim-v21/design_bottom_sheet_slide_in.xml
res/anim-v21/design_bottom_sheet_slide_out.xml
res/anim/abc_fade_in.xml
res/anim/abc_fade_out.xml
res/anim/abc_grow_fade_in_from_bottom.xml
res/anim/abc_popup_enter.xml
res/anim/abc_popup_exit.xml
res/anim/abc_shrink_fade_out_from_bottom.xml
res/anim/abc_slide_in_bottom.xml
res/anim/abc_slide_in_top.xml
res/anim/abc_slide_out_bottom.xml
res/anim/abc_slide_out_top.xml
res/anim/design_bottom_sheet_slide_in.xml
res/anim/design_bottom_sheet_slide_out.xml
res/anim/design_fab_in.xml
res/anim/design_fab_out.xml
res/anim/design_snackbar_in.xml
res/anim/design_snackbar_out.xml
res/animator-v21/design_appbar_state_list_animator.xml
res/color-v11/abc_background_cache_hint_selector_material_dark.xml
res/color-v11/abc_background_cache_hint_selector_material_light.xml
res/color-v11/abc_hint_foreground_material_dark.xml
res/color-v11/abc_hint_foreground_material_light.xml
res/color-v11/abc_tint_default.xml
res/color-v23/abc_btn_colored_borderless_text_material.xml
res/color-v23/abc_btn_colored_text_material.xml
res/color-v23/abc_color_highlight_material.xml
res/color-v23/abc_tint_btn_checkable.xml
res/color-v23/abc_tint_default.xml
res/color-v23/abc_tint_edittext.xml
res/color-v23/abc_tint_seek_thumb.xml
res/color-v23/abc_tint_spinner.xml
res/color-v23/abc_tint_switch_thumb.xml
res/color-v23/abc_tint_switch_track.xml
res/color-v23/design_tint_password_toggle.xml
res/color/abc_background_cache_hint_selector_material_dark.xml
res/color/abc_background_cache_hint_selector_material_light.xml
res/color/abc_btn_colored_borderless_text_material.xml
res/color/abc_btn_colored_text_material.xml
res/color/abc_hint_foreground_material_dark.xml
res/color/abc_hint_foreground_material_light.xml
res/color/abc_primary_text_disable_only_material_dark.xml
res/color/abc_primary_text_disable_only_material_light.xml
res/color/abc_primary_text_material_dark.xml
res/color/abc_primary_text_material_light.xml
res/color/abc_search_url_text.xml
res/color/abc_secondary_text_material_dark.xml
res/color/abc_secondary_text_material_light.xml
res/color/abc_tint_btn_checkable.xml
res/color/abc_tint_default.xml
res/color/abc_tint_edittext.xml
res/color/abc_tint_seek_thumb.xml
res/color/abc_tint_spinner.xml
res/color/abc_tint_switch_thumb.xml
res/color/abc_tint_switch_track.xml
res/color/design_error.xml
res/color/design_tint_password_toggle.xml
res/color/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/drawable-anydpi-v21/design_ic_visibility.xml
res/drawable-anydpi-v21/design_ic_visibility_off.xml
res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-hdpi-v4/abc_ic_star_black_16dp.png
res/drawable-hdpi-v4/abc_ic_star_black_36dp.png
res/drawable-hdpi-v4/abc_ic_star_black_48dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-hdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_list_focused_holo.9.png
res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-hdpi-v4/design_ic_visibility.png
res/drawable-hdpi-v4/design_ic_visibility_off.png
res/drawable-hdpi-v4/ic_action_github.png
res/drawable-hdpi-v4/ic_info_outline_white_18dp.png
res/drawable-hdpi-v4/ic_info_outline_white_24dp.png
res/drawable-hdpi-v4/ic_info_outline_white_36dp.png
res/drawable-hdpi-v4/ic_lock_open_white_24dp.png
res/drawable-hdpi-v4/notification_bg_low_normal.9.png
res/drawable-hdpi-v4/notification_bg_low_pressed.9.png
res/drawable-hdpi-v4/notification_bg_normal.9.png
res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-ldrtl-hdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-hdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-mdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-mdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-ldrtl-xxxhdpi-v17/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png
res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-mdpi-v4/abc_ic_star_black_16dp.png
res/drawable-mdpi-v4/abc_ic_star_black_36dp.png
res/drawable-mdpi-v4/abc_ic_star_black_48dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-mdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_list_focused_holo.9.png
res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-mdpi-v4/design_ic_visibility.png
res/drawable-mdpi-v4/design_ic_visibility_off.png
res/drawable-mdpi-v4/ic_info_outline_white_18dp.png
res/drawable-mdpi-v4/ic_info_outline_white_24dp.png
res/drawable-mdpi-v4/ic_info_outline_white_36dp.png
res/drawable-mdpi-v4/ic_lock_open_white_24dp.png
res/drawable-mdpi-v4/notification_bg_low_normal.9.png
res/drawable-mdpi-v4/notification_bg_low_pressed.9.png
res/drawable-mdpi-v4/notification_bg_normal.9.png
res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-v11/abc_textfield_search_material.xml
res/drawable-v11/notification_bg.xml
res/drawable-v11/notification_bg_low.xml
res/drawable-v21/abc_action_bar_item_background_material.xml
res/drawable-v21/abc_btn_colored_material.xml
res/drawable-v21/abc_edit_text_material.xml
res/drawable-v21/abc_ratingbar_indicator_material.xml
res/drawable-v21/abc_ratingbar_material.xml
res/drawable-v21/abc_ratingbar_small_material.xml
res/drawable-v21/avd_hide_password.xml
res/drawable-v21/avd_hide_password_1.xml
res/drawable-v21/avd_hide_password_2.xml
res/drawable-v21/avd_hide_password_3.xml
res/drawable-v21/avd_show_password.xml
res/drawable-v21/avd_show_password_1.xml
res/drawable-v21/avd_show_password_2.xml
res/drawable-v21/avd_show_password_3.xml
res/drawable-v21/design_bottom_navigation_item_background.xml
res/drawable-v21/design_password_eye.xml
res/drawable-v21/notification_action_background.xml
res/drawable-v23/abc_control_background_material.xml
res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_list_focused_holo.9.png
res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-xhdpi-v4/design_ic_visibility.png
res/drawable-xhdpi-v4/design_ic_visibility_off.png
res/drawable-xhdpi-v4/ic_action_github.png
res/drawable-xhdpi-v4/ic_cross_red_24dp.png
res/drawable-xhdpi-v4/ic_info_outline_white_18dp.png
res/drawable-xhdpi-v4/ic_info_outline_white_24dp.png
res/drawable-xhdpi-v4/ic_info_outline_white_36dp.png
res/drawable-xhdpi-v4/ic_lock_open_white_24dp.png
res/drawable-xhdpi-v4/ic_tick_green_24dp.png
res/drawable-xhdpi-v4/notification_bg_low_normal.9.png
res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png
res/drawable-xhdpi-v4/notification_bg_normal.9.png
res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png
res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png
res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xxhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xxhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xxhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png
res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png
res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png
res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png
res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png
res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png
res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png
res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png
res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png
res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl_light.png
res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png
res/drawable-xxhdpi-v4/design_ic_visibility.png
res/drawable-xxhdpi-v4/design_ic_visibility_off.png
res/drawable-xxhdpi-v4/ic_action_github.png
res/drawable-xxhdpi-v4/ic_info_outline_white_18dp.png
res/drawable-xxhdpi-v4/ic_info_outline_white_24dp.png
res/drawable-xxhdpi-v4/ic_info_outline_white_36dp.png
res/drawable-xxhdpi-v4/ic_lock_open_white_24dp.png
res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png
res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png
res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png
res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png
res/drawable-xxxhdpi-v4/abc_ic_menu_copy_mtrl_am_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_cut_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_paste_mtrl_am_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_selectall_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_menu_share_mtrl_alpha.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_16dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_36dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_black_48dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_16dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_36dp.png
res/drawable-xxxhdpi-v4/abc_ic_star_half_black_48dp.png
res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png
res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png
res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png
res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png
res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_dark.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl_light.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_dark.png
res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl_light.png
res/drawable-xxxhdpi-v4/design_ic_visibility.png
res/drawable-xxxhdpi-v4/design_ic_visibility_off.png
res/drawable-xxxhdpi-v4/ic_info_outline_white_18dp.png
res/drawable-xxxhdpi-v4/ic_info_outline_white_24dp.png
res/drawable-xxxhdpi-v4/ic_info_outline_white_36dp.png
res/drawable-xxxhdpi-v4/ic_lock_open_white_24dp.png
res/drawable/abc_btn_borderless_material.xml
res/drawable/abc_btn_check_material.xml
res/drawable/abc_btn_colored_material.xml
res/drawable/abc_btn_default_mtrl_shape.xml
res/drawable/abc_btn_radio_material.xml
res/drawable/abc_cab_background_internal_bg.xml
res/drawable/abc_cab_background_top_material.xml
res/drawable/abc_dialog_material_background.xml
res/drawable/abc_edit_text_material.xml
res/drawable/abc_ic_ab_back_material.xml
res/drawable/abc_ic_arrow_drop_right_black_24dp.xml
res/drawable/abc_ic_clear_material.xml
res/drawable/abc_ic_go_search_api_material.xml
res/drawable/abc_ic_menu_overflow_material.xml
res/drawable/abc_ic_search_api_material.xml
res/drawable/abc_ic_voice_search_api_material.xml
res/drawable/abc_item_background_holo_dark.xml
res/drawable/abc_item_background_holo_light.xml
res/drawable/abc_list_selector_background_transition_holo_dark.xml
res/drawable/abc_list_selector_background_transition_holo_light.xml
res/drawable/abc_list_selector_holo_dark.xml
res/drawable/abc_list_selector_holo_light.xml
res/drawable/abc_ratingbar_indicator_material.xml
res/drawable/abc_ratingbar_material.xml
res/drawable/abc_ratingbar_small_material.xml
res/drawable/abc_seekbar_thumb_material.xml
res/drawable/abc_seekbar_tick_mark_material.xml
res/drawable/abc_seekbar_track_material.xml
res/drawable/abc_spinner_textfield_background_material.xml
res/drawable/abc_switch_thumb_material.xml
res/drawable/abc_tab_indicator_material.xml
res/drawable/abc_text_cursor_material.xml
res/drawable/abc_textfield_search_material.xml
res/drawable/abc_vector_test.xml
res/drawable/design_bottom_navigation_item_background.xml
res/drawable/design_fab_background.xml
res/drawable/design_password_eye.xml
res/drawable/design_snackbar_background.xml
res/drawable/navigation_empty_icon.xml
res/drawable/notification_bg.xml
res/drawable/notification_bg_low.xml
res/drawable/notification_icon_background.xml
res/drawable/notification_tile_bg.xml
res/drawable/pint_glass.png
res/layout-sw600dp-v13/design_layout_snackbar.xml
res/layout-v11/activity_main.xml
res/layout-v11/notification_action_tombstone.xml
res/layout-v11/notification_media_action.xml
res/layout-v11/notification_media_cancel_action.xml
res/layout-v11/notification_template_big_media.xml
res/layout-v11/notification_template_big_media_custom.xml
res/layout-v11/notification_template_big_media_narrow.xml
res/layout-v11/notification_template_big_media_narrow_custom.xml
res/layout-v11/notification_template_custom_big.xml
res/layout-v13/select_dialog_multichoice_material.xml
res/layout-v13/select_dialog_singlechoice_material.xml
res/layout-v16/design_bottom_sheet_dialog.xml
res/layout-v16/notification_template_custom_big.xml
res/layout-v17/abc_action_mode_close_item_material.xml
res/layout-v17/abc_alert_dialog_button_bar_material.xml
res/layout-v17/abc_alert_dialog_title_material.xml
res/layout-v17/abc_dialog_title_material.xml
res/layout-v17/abc_popup_menu_header_item_layout.xml
res/layout-v17/abc_popup_menu_item_layout.xml
res/layout-v17/abc_search_view.xml
res/layout-v17/abc_select_dialog_material.xml
res/layout-v17/design_layout_snackbar_include.xml
res/layout-v17/notification_action.xml
res/layout-v17/notification_action_tombstone.xml
res/layout-v17/notification_template_big_media.xml
res/layout-v17/notification_template_big_media_custom.xml
res/layout-v17/notification_template_big_media_narrow.xml
res/layout-v17/notification_template_big_media_narrow_custom.xml
res/layout-v17/notification_template_custom_big.xml
res/layout-v17/notification_template_lines_media.xml
res/layout-v17/notification_template_media.xml
res/layout-v17/notification_template_media_custom.xml
res/layout-v17/select_dialog_multichoice_material.xml
res/layout-v17/select_dialog_singlechoice_material.xml
res/layout-v21/abc_screen_toolbar.xml
res/layout-v21/notification_action.xml
res/layout-v21/notification_action_tombstone.xml
res/layout-v21/notification_template_custom_big.xml
res/layout-v21/notification_template_icon_group.xml
res/layout-v22/abc_alert_dialog_button_bar_material.xml
res/layout/abc_action_bar_title_item.xml
res/layout/abc_action_bar_up_container.xml
res/layout/abc_action_bar_view_list_nav_layout.xml
res/layout/abc_action_menu_item_layout.xml
res/layout/abc_action_menu_layout.xml
res/layout/abc_action_mode_bar.xml
res/layout/abc_action_mode_close_item_material.xml
res/layout/abc_activity_chooser_view.xml
res/layout/abc_activity_chooser_view_list_item.xml
res/layout/abc_alert_dialog_button_bar_material.xml
res/layout/abc_alert_dialog_material.xml
res/layout/abc_alert_dialog_title_material.xml
res/layout/abc_dialog_title_material.xml
res/layout/abc_expanded_menu_layout.xml
res/layout/abc_list_menu_item_checkbox.xml
res/layout/abc_list_menu_item_icon.xml
res/layout/abc_list_menu_item_layout.xml
res/layout/abc_list_menu_item_radio.xml
res/layout/abc_popup_menu_header_item_layout.xml
res/layout/abc_popup_menu_item_layout.xml
res/layout/abc_screen_content_include.xml
res/layout/abc_screen_simple.xml
res/layout/abc_screen_simple_overlay_action_mode.xml
res/layout/abc_screen_toolbar.xml
res/layout/abc_search_dropdown_item_icons_2line.xml
res/layout/abc_search_view.xml
res/layout/abc_select_dialog_material.xml
res/layout/activity_main.xml
res/layout/content_main.xml
res/layout/design_bottom_navigation_item.xml
res/layout/design_bottom_sheet_dialog.xml
res/layout/design_layout_snackbar.xml
res/layout/design_layout_snackbar_include.xml
res/layout/design_layout_tab_icon.xml
res/layout/design_layout_tab_text.xml
res/layout/design_menu_item_action_area.xml
res/layout/design_navigation_item.xml
res/layout/design_navigation_item_header.xml
res/layout/design_navigation_item_separator.xml
res/layout/design_navigation_item_subheader.xml
res/layout/design_navigation_menu.xml
res/layout/design_navigation_menu_item.xml
res/layout/design_text_input_password_icon.xml
res/layout/notification_action.xml
res/layout/notification_action_tombstone.xml
res/layout/notification_template_custom_big.xml
res/layout/notification_template_icon_group.xml
res/layout/notification_template_lines_media.xml
res/layout/notification_template_media.xml
res/layout/notification_template_media_custom.xml
res/layout/notification_template_part_chronometer.xml
res/layout/notification_template_part_time.xml
res/layout/select_dialog_item_material.xml
res/layout/select_dialog_multichoice_material.xml
res/layout/select_dialog_singlechoice_material.xml
res/layout/support_simple_spinner_dropdown_item.xml
res/menu/menu_main.xml
res/mipmap-hdpi-v4/ic_launcher.png
res/mipmap-mdpi-v4/ic_launcher.png
res/mipmap-xhdpi-v4/ic_launcher.png
res/mipmap-xxhdpi-v4/ic_launcher.png
res/mipmap-xxxhdpi-v4/ic_launcher.png
resources.arsc