Use this tag for questions related to Installed Applications, in an iPhone for example.
Questions tagged [installed-applications]
102 questions
0
votes
2 answers
Query Help - wmiobject win32_product filter items from text file
I've been working on a simple script to read the win32_product off a remote PC, which is working fine. However, I would like the query to ignore some common applications on my domain. I've been building a list of apps and their IdentifyingNumber and…

Trae
- 17
- 6
0
votes
1 answer
How long is the authorization valid for my installed application
In the developer console for Google API's I created a project with Google Calendar services enabled.
I want to create a Java application that connects to Google Calendar every 24hours (with a cron job).
Now I created the client Id with the pop-up,…

Stephan Celis
- 2,492
- 5
- 23
- 38
0
votes
1 answer
Customize Installed Apps on Django
in my server I have a lot of apps installed like, facebook_connect, userena, guardian and so on...
For example, I realized that if I customize the:
django-userena / userena / templates / userena / emails / activation_email_message.txt
{% load i18n…

cleliodpaula
- 819
- 2
- 11
- 27
0
votes
1 answer
android detail of intalled application
is there a way to get details about applications installed in the device?
I want to implement an app which can have at least names of installed applications.
thanks in advance.

Abdul Wahab
- 819
- 1
- 7
- 18
0
votes
1 answer
Adding activity to queryIntentActivities list
I have my android app which gets all installed applications via - queryIntentActivities
.
and I need to be able to add my own activity to this list, so I can start it, when this activity is picked, How can I do it?
Thank you on advance.

unresolved_external
- 1,930
- 5
- 30
- 65
0
votes
1 answer
To retrieve the list of installed application required features on the phone
I am able to fetch the list of the installed application in my code by package manager:
public ArrayList importInstalledAppsData(){
ArrayList appList=new ArrayList();
…

Nirupoma Saha Chaiti
- 215
- 1
- 6
- 17
-1
votes
3 answers
Get pre-installed application and installed by user
I want to get pre-installed app (Like:- YouTube, Play store etc) And app installed by use.
But i am getting other applications also as shown in pic. how should i skip this applications.
Because YouTube is also system app and other app is also…
-1
votes
1 answer
Google api oauth desktop .net library
Using Google apis with OAuth 2.0, Google recommends using an HttpListener for desktop apps with a note in the documentation that you may run into firewall issues. How is this implemented in their code (GoogleWebAuthorizationBroker.AuthorizeAsync),…

Mike Turner
- 471
- 1
- 7
- 22
-1
votes
1 answer
SQLite Database - Create new tables and set Table name through a popup
I am creating an app blocking Application and would like to know a few things:
How to load a list of installed apps into a database table.
Create a new table within the database and set the table name
through an EditText field or an…

Boot Systems Go
- 79
- 1
- 7
-2
votes
1 answer
How to show only installed module's menu in drop-down list
I made one drop-down list and now I want to show in this drop-down only which modules I have installed.
Only installed module's menus I want to show.

Kiran Patil
- 27
- 7
-2
votes
3 answers
Can I use both of app A & B that A checks that B not installed?
I had to use two apps on my android mobile that I named A & B.
A check that B not installed in mobile.
Can I do this?
I used app cloner, APK Editor, APK manager and some other apps to rename app name but it doesn't work.

Sheede
- 307
- 1
- 4
- 12
-2
votes
1 answer
Is it possible to check specific drivers installed or not in a client computer through the php programming
I want to check specific drivers installed or not in a client's computer through the PHP, Is it possible with the PHP programming?
If it's possible, How can I do?

Billa
- 53
- 6