Searched full:android (Results 1 – 25 of 7862) sorted by relevance
12345678910>>...315
4 ** Copyright 2016, The Android Open Source Project20 <manifest xmlns:android="http://schemas.android.com/apk/res/android"22 android:sharedUserId="android.uid.system">23 <uses-permission android:name="com.android.permission.WHITELIST_BLUETOOTH_DEVICE"24 android:protectionLevel="signature" />25 <uses-permission android:name="android.permission.ACCESS_BLUETOOTH_SHARE"26 android:protectionLevel="signature" />27 <uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />28 <uses-permission android:name="android.permission.INTERNET" />29 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />[all …]
2 <!-- Copyright (C) 2015 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android"19 xmlns:tools="http://schemas.android.com/tools"20 android:id="@+id/settingsMainLayout"21 android:layout_width="match_parent"22 android:layout_height="match_parent"23 android:orientation="vertical"24 android:background="#FFFFFF">27 android:layout_width="fill_parent"28 android:layout_height="wrap_content">[all …]
2 <!-- Copyright (C) 2014 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android"19 xmlns:tools="http://schemas.android.com/tools"20 android:id="@+id/linearLayoutMain"21 android:layout_width="match_parent"22 android:layout_height="match_parent"23 android:orientation="vertical"24 android:background="#FFFFFF">26 android:id="@+id/ScrollView1"27 android:layout_width="wrap_content"[all …]
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"3 android:layout_width="fill_parent"4 android:layout_height="fill_parent">6 android:layout_width="fill_parent"7 android:layout_height="fill_parent">9 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"10 android:orientation="horizontal"11 …android:layout_height="fill_parent" android:layout_width="wrap_content" android:layout_gravity="ce…13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"14 android:orientation="vertical"[all …]
3 android:layout_width="fill_parent"4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android" android:background="#FFFFFF">7 android:id="@+id/mainMenuBackground"8 android:src="@drawable/title_background"9 android:adjustViewBounds="true"10 android:scaleType="fitXY"11 android:layout_width="fill_parent"12 android:layout_height="fill_parent" android:gravity="right" android:tint="#88FFFFFF"/> 13 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"[all …]
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"3 android:layout_width="fill_parent"4 android:layout_height="wrap_content">6 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"7 android:layout_width="wrap_content"8 android:layout_height="wrap_content"9 android:layout_centerHorizontal="true"11 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"12 android:layout_width="wrap_content"13 android:layout_height="wrap_content"[all …]
3 android:layout_width="fill_parent"4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android">7 android:id="@+id/mainMenuBackground"8 android:src="@drawable/title_background"9 android:adjustViewBounds="true"10 android:gravity="center_vertical"11 android:scaleType="fitXY"12 android:layout_width="fill_parent"13 android:layout_height="fill_parent"/>[all …]
3 android:layout_width="fill_parent"4 android:layout_height="fill_parent" 5 xmlns:android="http://schemas.android.com/apk/res/android">7 android:id="@+id/mainMenuBackground"8 android:src="@drawable/title_background"9 android:adjustViewBounds="true"10 android:gravity="center_vertical"11 android:scaleType="fitXY"12 android:layout_width="fill_parent"13 android:layout_height="fill_parent"/> [all …]
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"3 package="org.robolectric" android:sharedUserId="sharedUserId.robolectric"4 android:versionCode="123"5 android:versionName="aVersionName">6 <uses-sdk android:targetSdkVersion="23"/>8 <permission android:name="some_permission"9 android:description="@string/test_permission_description"10 android:icon="@drawable/an_image"11 android:label="@string/test_permission_label"12 android:permissionGroup="my_permission_group"[all …]
2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"4 android:versionCode="1"5 android:versionName="1.0">7 <application android:label="Khronos OpenGL Conformance Tests">9 <activity android:name="android.app.NativeActivity"10 android:theme="@android:style/Theme.NoTitleBar.Fullscreen"11 android:label="OpenGL CTS"12 android:configChanges="orientation|keyboardHidden"13 android:exported="true"14 android:process=":testercore">[all …]
2 * Copyright (C) 2015 The Android Open Source Project16 package com.android.icu4j.srcgen;43 import static com.android.icu4j.srcgen.Icu4jTransformRules.createMandatoryRule;44 import static com.android.icu4j.srcgen.Icu4jTransformRules.createOptionalRule;47 * Applies Android's ICU4J source code transformation rules. If you make any changes to this class52 // The list of public ICU API classes exposed on Android. If you change this, you should change56 "android.icu.lang.UCharacter",57 "android.icu.lang.UCharacterCategory",58 "android.icu.lang.UCharacterDirection",59 "android.icu.lang.UCharacterEnums",[all …]
4 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-windows.zip5 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-darwin-x86.zip6 * http://dl.google.com/android/ndk/android-ndk-1.5_r1-linux-x86.zip10 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-windows.zip11 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-darwin-x86.zip12 * http://dl.google.com/android/ndk/android-ndk-1.6_r1-linux-x86.zip16 * http://dl.google.com/android/ndk/android-ndk-r3-windows.zip17 * http://dl.google.com/android/ndk/android-ndk-r3-darwin-x86.zip18 * http://dl.google.com/android/ndk/android-ndk-r3-linux-x86.zip22 * http://dl.google.com/android/ndk/android-ndk-r4-windows.zip[all …]
4 ** Copyright 2016, The Android Open Source Project21 xmlns:android="http://schemas.android.com/apk/res/android">23 android:title="General">24 …android:summary="Port to use for running server. Leave at 0 for random selection." android:key="us…27 android:title="Script Manager">29 android:key="show_all_files"30 android:title="Show all files"31 android:defaultValue="false" />34 android:title="Script Editor">36 android:key="editor_fontsize"[all …]
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">4 android:key="@string/pref_videosettings_key"5 android:title="@string/pref_videosettings_title">8 android:key="@string/pref_videocall_key"9 android:title="@string/pref_videocall_title"10 android:dialogTitle="@string/pref_videocall_dlg"11 android:defaultValue="@string/pref_videocall_default" />14 android:key="@string/pref_resolution_key"15 android:title="@string/pref_resolution_title"16 android:defaultValue="@string/pref_resolution_default"[all …]
1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"2 xmlns:tools="http://schemas.android.com/tools"3 android:layout_width="match_parent"4 android:layout_height="match_parent"8 android:layout_width="match_parent"9 android:layout_height="match_parent"10 android:orientation="vertical">13 android:layout_width="match_parent"14 android:layout_height="wrap_content"15 android:orientation="horizontal">[all …]
1 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"2 xmlns:tools="http://schemas.android.com/tools"3 xmlns:walt="http://schemas.android.com/apk/res-auto"4 android:layout_width="match_parent"5 android:layout_height="match_parent"9 android:layout_width="match_parent"10 android:layout_height="match_parent"11 android:orientation="vertical">14 android:layout_width="match_parent"15 android:layout_height="wrap_content">[all …]
2 <!-- Copyright (C) 2008 The Android Open Source Project18 xmlns:android="http://schemas.android.com/apk/res/android">21 android:title="@string/preference_game_settings">24 android:key="enableSound"25 android:title="@string/preference_enable_sound"26 android:summaryOn="@string/preference_enable_sound_summary"27 android:summaryOff="@string/preference_enable_sound_summary"28 android:defaultValue="true"29 android:persistent="true"33 android:key="controlConfigScreen"[all …]
1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"2 package="com.android.settings.sip">3 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />4 <uses-permission android:name="android.permission.INTERNET"></uses-permission>5 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS"></uses-permission>6 <uses-permission android:name="android.permission.RECORD_AUDIO"></uses-permission>7 <uses-permission android:name="android.permission.PROCESS_OUTGOING_CALLS"></uses-permission>8 <uses-permission android:name="android.permission.WRITE_SETTINGS"></uses-permission>9 <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>10 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"></uses-permission>[all …]
1 <android.support.v7.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/a…2 xmlns:walt="http://schemas.android.com/apk/res/org.chromium.latency.walt">4 <android.support.v7.preference.PreferenceScreen5 android:key="pref_general_screen"6 android:persistent="false"7 android:title="General">10 android:key="@string/preference_systrace"11 android:title="Enable systrace logging"12 android:defaultValue="true" />14 <PreferenceCategory android:title="Log Uploading">[all …]
30 <manifest xmlns:android="http://schemas.android.com/apk/res/android"31 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"32 package="com.android.service.ims.presence"33 android:sharedUserId="android.uid.phone"36 <uses-sdk android:minSdkVersion="19"/>38 <permission android:name="com.android.rcs.eab.permission.READ_WRITE_EAB"39 android:protectionLevel="signatureOrSystem" />41 <protected-broadcast android:name="android.provider.rcs.eab.EAB_NEW_CONTACT_INSERTED" />42 <protected-broadcast android:name="android.provider.rcs.eab.EAB_DATABASE_RESET" />43 <protected-broadcast android:name="com.android.service.ims.presence.capability_polling_retry" />[all …]
3 xmlns:android="http://schemas.android.com/apk/res/android"4 android:layout_width="match_parent"5 android:layout_height="match_parent"6 android:orientation="vertical"7 android:weightSum="1"8 android:layout_margin="8dp"9 android:layout_centerHorizontal="true">12 android:layout_width="match_parent"13 android:layout_height="wrap_content"14 android:orientation="horizontal" >[all …]
4 xmlns:android="http://schemas.android.com/apk/res/android"5 xmlns:tools="http://schemas.android.com/tools"6 android:layout_width="match_parent"7 android:layout_height="match_parent">10 android:id="@+id/button_toggle_debug"11 android:background="@android:drawable/ic_menu_info_details"12 android:contentDescription="@string/toggle_debug"13 android:layout_alignParentBottom="true"14 android:layout_alignParentStart="true"15 android:layout_width="48dp"[all …]
4 xmlns:android="http://schemas.android.com/apk/res/android"5 android:orientation="vertical"6 android:layout_width="wrap_content"7 android:layout_height="wrap_content"8 android:gravity="center_horizontal"14 android:layout_width="fill_parent"15 android:layout_height="10dip"19 android:id="@+id/time"20 android:layout_width="wrap_content"21 android:layout_height="wrap_content"[all …]
2 <!-- Copyright (C) 2014 The Android Open Source Project17 <!-- Declare the contents of this Android application. The namespace18 attribute brings in the Android platform namespace, and the package23 xmlns:android="http://schemas.android.com/apk/res/android"26 android:versionCode="19"27 android:versionName="0.9.75">29 <uses-permission android:name="android.permission.RECORD_AUDIO"/>30 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>31 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>32 <uses-permission android:name="android.permission.STORAGE" />[all …]