/frameworks/base/docs/html/distribute/users/ |
D | banners.jd | 2 page.metaDescription=Add a native app install banner to your mobile website and allow visitors to i… 3 page.image=images/cards/card-install-banners_16x9_2x.png 28 Add a native app install banner to your mobile website and offer visitors the 34 …"https://developers.google.com/web/updates/2015/03/increasing-engagement-with-app-install-banners-… 35 class="external-link">add a native app install banner</a> to your mobile 42 App install banners are offered as an extension of Chrome’s ability to 43 deliver Web App install banners. You can setup this feature in a web app 48 week period they’ll be shown your app’s install banner.
|
D | promote-with-ads.jd | 7 <p>Users have a huge amount of choice when it comes to which apps they install and 16 tablets – with app install ads on Google Search, YouTube, Gmail, and within 19 most likely to install your app. </p> 22 app install ads</a>.</p> 102 work out an appropriate cost-per-install that you’re willing to pay. 124 users who are most likely to install your app. 138 Getting a user to install an app is one thing, but you'll also want them to
|
/frameworks/base/services/core/java/com/android/server/updates/ |
D | TzDataInstallReceiver.java | 47 protected void install(byte[] content, int version) throws IOException { in install() method in TzDataInstallReceiver 48 boolean valid = installer.install(content); in install() 52 super.install(content, version); in install()
|
D | ConfigUpdateInstallReceiver.java | 82 install(altContent, altVersion); in onReceive() 210 protected void install(byte[] content, int version) throws IOException { in install() method in ConfigUpdateInstallReceiver
|
/frameworks/base/docs/html/ndk/guides/ |
D | setup.jd | 10 <li><a href="#install">Installation</a></li> 23 <li><a href="#install">Get</a> and install the NDK.</li> 33 <h2 id="install">Installation</h2> 34 <p>To install and configure the NDK, follow these steps:</p> 36 <li>Get and install the <a href="{@docRoot}studio/index.html">Android SDK</a>.</li> 78 <li>Build and install your project as you would a regular Android app written in Java. For more
|
/frameworks/base/core/tests/coretests/src/android/net/ |
D | SSLSessionCacheTest.java | 46 SSLSessionCache.install(new SSLSessionCache(mock), ctx); in testInstall_compatibleContext() 51 SSLSessionCache.install(null, ctx); in testInstall_compatibleContext() 59 SSLSessionCache.install( in testInstall_incompatibleContext()
|
/frameworks/base/docs/html/guide/topics/data/ |
D | install-location.jd | 11 <li>You can allow your application to install on the device's external storage.</li> 37 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code 42 <p>To allow the system to install your application on the external storage, modify your 44 href="{@docRoot}guide/topics/manifest/manifest-element.html#install">{@code 57 the external storage. If the external storage is full, the system will install it on the internal 61 external storage, but you don't have a preference of install location. The system will 62 decide where to install your application based on several factors. The user can also move your 86 <p>The ability for your application to install on the external storage is a feature available only 88 to API Level 8 will always install on the internal storage and cannot be moved to the external 171 your application to install on external storage. By default, the system <em>will not</em> allow your [all …]
|
/frameworks/multidex/library/src/android/support/multidex/ |
D | MultiDex.java | 92 public static void install(Context context) { in install() method in MultiDex 243 V19.install(loader, files, dexDir); in installSecondaryDexes() 245 V14.install(loader, files, dexDir); in installSecondaryDexes() 247 V4.install(loader, files); in installSecondaryDexes() 408 private static void install(ClassLoader loader, List<File> additionalClassPathEntries, in install() method in MultiDex.V19 473 private static void install(ClassLoader loader, List<File> additionalClassPathEntries, in install() method in MultiDex.V14 507 private static void install(ClassLoader loader, List<File> additionalClassPathEntries) in install() method in MultiDex.V4
|
D | MultiDexApplication.java | 39 MultiDex.install(this); in attachBaseContext()
|
/frameworks/base/core/tests/BTtraffic/ |
D | README | 19 On both the server and client device, install the 2 apk: 20 $ adb install $OUT/system/app/bttraffic/bttraffic.apk 21 $ adb install $OUT/system/app/svcmonitor/svcmonitor.apk
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | PackageManagerTests.java | 596 return installFromRawResource("install.apk", R.raw.install, flags, cleanUp, false, -1, in sampleInstallFromRawResource() 1661 R.raw.install, installFlags, moveFlags, true, in sampleMoveFromRawResource() 1743 int rawResId = R.raw.install; in testMoveAppFailInternalToExternalDelete() 1750 ip = installFromRawResource("install.apk", R.raw.install, installFlags, false, in testMoveAppFailInternalToExternalDelete() 1783 installFromRawResource("install.apk", R.raw.install, in testInstallSdcardUnmount() 1870 installFromRawResource("install.apk", R.raw.install, in testFlagIE() 1906 installFromRawResource("install.apk", R.raw.install, in testFlagIEF() 2066 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI() 2072 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingI() 2089 installFromRawResource("install.apk", R.raw.install, in testFlagIExistingE() [all …]
|
/frameworks/base/keystore/java/android/security/ |
D | Credentials.java | 189 public void install(Context context) { in install() method in Credentials 198 public void install(Context context, KeyPair pair) { in install() method in Credentials 209 public void install(Context context, String type, byte[] value) { in install() method in Credentials
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.2.jd | 78 <h3 id="install-loc">App installation on external storage media</h3> 87 href="{@docRoot}guide/topics/manifest/manifest-element.html#install"><code> 90 <code>"auto"</code>. At install time, the system checks the value of 101 means that the system will always install legacy applications onto internal 113 <p>For more information about setting a preferred install location for your 116 href="{@docRoot}guide/topics/data/install-location.html">App Install Location</a> 201 <li>For specifying the application's preferred install location (see <a href="#install-loc">App Ins… 204 …bute of the <code><manifest></code> element. Specifies the default install location defined …
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 14 … android:<a href="#install">installLocation</a>=["auto" | "internalOnly" | "preferExternal"] > 127 <dt><a name="install"></a>{@code android:installLocation}</dt> 128 <dd>The default install location for the application. 140 storage is full, then the system will not install the application. This is also the default behavior 144 <td>The application may be installed on the external storage, but the system will install the 146 will install it on the external storage. Once installed, the user can move the application 177 <p>Read <a href="{@docRoot}guide/topics/data/install-location.html">App Install Location</a> for
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | index.jd | 30 the wearable app inside the handheld app. When users install the handheld app, 32 purposes, you can still install the wearable app directly to the wearable.</li> 90 handheld app. This allows the system to install the wearable app automatically when 91 users install the companion handheld app from the Google Play store.</dd>
|
/frameworks/base/docs/html/distribute/tools/ |
D | open-distribution.jd | 78 Now</strong> button in the email message (see Figure 1). Users can install 126 before they can install apps not downloaded from Google Play. 131 Android protects users from inadvertent download and install of apps from 140 Note that some network providers don’t allow users to install applications
|
/frameworks/base/core/tests/coretests/apks/install/ |
D | Android.mk | 6 LOCAL_PACKAGE_NAME := install
|
/frameworks/base/tests/HierarchyViewerTest/ |
D | run_tests.sh | 3 adb install $OUT/data/app/HierarchyViewerTest/HierarchyViewerTest.apk
|
/frameworks/base/core/java/android/view/ |
D | IInputFilter.aidl | 29 void install(IInputFilterHost host); in install() method
|
/frameworks/multidex/instrumentation/src/com/android/test/runner/ |
D | MultiDexTestRunner.java | 30 MultiDex.install(getTargetContext()); in onCreate()
|
/frameworks/support/v17/tests/ |
D | README.txt | 4 adb install -r AndroidLeanbackTests.apk
|
/frameworks/multidex/library/ |
D | README.android | 3 This can be used by an Android project to install classloader
|
/frameworks/opt/calendar/ |
D | README | 4 adb install -r $OUT/data/app/CalendarCommonTests.apk
|
/frameworks/base/core/java/android/security/net/config/ |
D | NetworkSecurityConfigProvider.java | 35 public static void install(Context context) { in install() method in NetworkSecurityConfigProvider
|
/frameworks/base/tests/Camera2Tests/SmartCamera/ |
D | README.txt | 25 and run adb install out/target/.../SmartCamera.apk. The application should 33 adb install -r $ANDROID_PRODUCT_OUT/data/app/SmartCamera.apk
|