Home
last modified time | relevance | path

Searched refs:uninstall (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/view/
DIInputFilter.aidl30 void uninstall(); in uninstall() method
DInputFilter.java144 public final void uninstall() { in uninstall() method in InputFilter
/frameworks/base/docs/html/guide/faq/
Dtroubleshooting.jd206 so only after you uninstall the <em>preinstalled</em> version of the app from the emulator. If
211 [2008-08-13 15:14:15 - ApiDemos] You must perform a full uninstall of the application. WARNING: ...…
212 [2008-08-13 15:14:15 - ApiDemos] Please execute 'adb uninstall com.android.samples' in a shell.</pr…
219 <p>To resolve the issue, you need to fully uninstall the preinstalled and then reinstall it using
225 …<li>Uninstall the preinstalled app using the command <code>adb uninstall com.example.android.apis<…
230 <p>Note that if multiple emulator instances are running, you need to direct your uninstall/install
252 [2009-12-10 14:57:19 - GestureBuilderActivity]You must perform a full uninstall of the application.…
253 [2009-12-10 14:57:19 - GestureBuilderActivity]Please execute 'adb uninstall com.android.gesture.bui…
256 <li><p>Running <code>adb uninstall com.android.gesture.builder</code> fails:</p>
257 <pre>$ adb uninstall com.android.gesture.builder
Dsecurity.jd107 <li>resists (or attempts to resist) the user's effort to uninstall it;</li>
/frameworks/native/cmds/installd/
Dinstalld.h193 int uninstall(const char *pkgname, userid_t userid);
Dinstalld.c55 return uninstall(arg[0], atoi(arg[1])); /* pkgname, userid */ in do_remove()
Dcommands.c111 int uninstall(const char *pkgname, userid_t userid) in uninstall() function
/frameworks/base/docs/html/training/cloudsync/
Dgcm.jd189 application alert more than once a minute, lest users be tempted to uninstall
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java486 oldFilter.uninstall(); in setInputFilter()
/frameworks/base/services/java/com/android/server/
DBackupManagerService.java3907 boolean uninstall = false; in installApk()
3914 uninstall = true; in installApk()
3939 uninstall = true; in installApk()
3951 if (uninstall) { in installApk()
/frameworks/base/docs/html/google/play/billing/
Dbilling_subscriptions.jd268 <h3 id="uninstall">App uninstallation</h3>
/frameworks/base/docs/html/guide/topics/data/
Ddata-storage.jd303 uninstall your application, this directory and all its contents will be deleted.</p>
Dbackup.jd919 <pre class="no-pretty-print">adb uninstall <em>your.package.name</em></pre>
/frameworks/base/docs/html/tools/help/
Dadb.jd842 adb shell pm uninstall com.example.MyApp
958 uninstall [options] &lt;PACKAGE>
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd227 responding</a>" (ANR) dialog. The user might then decide to quit your application and uninstall it
/frameworks/base/docs/html/google/gcm/
Dadv.jd172 …his process does not happens right away, as Android does not provide an uninstall callback. What h…
Dgcm.jd227 <p class="note"><strong>Note:</strong> When users uninstall an application, it is not automatically…
/frameworks/base/docs/html/guide/topics/admin/
Ddevice-admin.jd107 <p>To uninstall an existing device admin application, users need to
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd489 likely to uninstall the misbehaving application.</p>
/frameworks/base/docs/html/sdk/
DRELEASENOTES.jd306 <li>When you use adb to uninstall an upgraded application, the Android system
/frameworks/base/docs/html/training/articles/
Dmemory.jd214 but users will discover such misbehaving apps and uninstall them.</p>
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd540 <dd>Allows an application to uninstall a shortcut in Launcher</dd>
Dandroid-4.0-highlights.jd148 information about it or immediately uninstall it, or disable a pre-installed app.</p>
/frameworks/base/docs/html/tools/devices/
Demulator.jd489 <pre>sudo /System/Library/Extensions/intelhaxm.kext/Contents/Resources/uninstall.sh</pre>
/frameworks/base/docs/html/tools/sdk/
Declipse-adt.jd39 how to update ADT to the latest version or how to uninstall it, if necessary.

12