Android :: Way To Make User Agree To Legal Disclaimer Before Installing App?
Jul 21, 2010
I'm about ready to market my first Android App (from a US Google Checkout/Merchant account with US bank account etc.), and I would like to have the user at least agree to some kind of simple liability disclaimer before he/she can install the app. To your knowledge, is it possible, and if so, what would be the best way to do this?
View 2 Replies
Feb 20, 2010
I'm interested in the following features:
Writing an app for Android Market that is written completely in C++ (a port of existing product actually).
Use fast screen-buffer pixel pushing (or rather using OpenGL ES for this).
Grab user input and direct it to C++ code.
Is it legal to write such an app for Market? Is Market policy somehow strict to such things?
View 5 Replies
View Related
Sep 22, 2010
I have a EditText in android in which i want the user to enter the text and checks for the condition "BYE"
Code sample..
How can i make user to enter the text?The UI should wait for the text to be entered(something like we have InputStreamReader in java applications).
View 2 Replies
View Related
Nov 30, 2009
We want to develop an application blocking feature in our project.
Our application (say application "A") will block the installation of specified app (say malicious application "B"). Then we need to know when the application "B" is in installing process.
Is there any APIs about this, or can some one give me a hint on this?
View 11 Replies
View Related
Feb 5, 2014
Over the past week I have had the following apps apparently install themselves or be be installed by another app or program, approximately one every day without my express permission:
Big Fish Casino by Big Fish GamesSimple Email Share by App FireMinesweeper by App FireDaily Funny Videos by App FireSimple Email Share by App FireMax Web Search Pro by App FireDownload Manager by App Fire
They appear in my Droid RAZR MAXX HD phone, Kindle Fire HD+ tablet and My Apps on Google Play Store. In an effort to track down the source, I have installed and used: Lookout Ad Network Detectoravast! MobilePermission Explorer
I have not been able to determine what app or apps are causing this. It may also come from my home office PC, but security scans find nothing there either.
View 5 Replies
View Related
Feb 9, 2010
My application when user accessing map i want to point his location with his image and his name it just like pointer container name and image how to make it.
View 2 Replies
View Related
Jun 4, 2010
I want to add themes to my android application. In the application, users will have options to changes theme of the application. Please help how do i implement this kind of structure to my application.
View 2 Replies
View Related
Jun 30, 2010
I remember reading somewhere that you could make two android apps share the same user id, but I have heard conflicting information from other people. Is it possible to make two apps share the same user id and if so how is it done?
View 1 Replies
View Related
Jun 10, 2009
I've been searching the application permissions and I see no way to make an app to enable getting notified when the user send an SMS or make a phone call. How can I accomplish this task?
View 5 Replies
View Related
Apr 13, 2010
I wonder how you can make an advanced Android User interface where you can add for example a drag drop and more graphics options? is that by using OpenGl ?!
this is example of UI in iPhone Apps.
example 1
example 2
View 1 Replies
View Related
Apr 23, 2010
How can i make my page slide as the user slides finger on the screen in android? Any example code? I just require the same feel as it is on my android g-phone's home screen.The screen moves as the finger moves(also includes the elastic effect).
View 3 Replies
View Related
Sep 27, 2009
When I currently have my activity on the font of the screen, how can I make Android to 'destory' my activity when user clicks 'back' button? (i.e. onDestory of my Activity gets called)?
View 4 Replies
View Related
Mar 30, 2010
So I installed Smoked Glass last v6. night and everything was fine. This morning everything was also fine, sent and received 20-30 texts and no issue. About 5 minutes ago I was trying to send a text and I kept getting a message not sent. So then I tried to make a phone call and I could not make a phone call ether. I can still access the internet though. I have 2-3 bars at all times.
Can this be related to me installing the ROM (nothing went wrong with instillation) I wiped all data, installed rom and then backed up with titanum. I have rebooted my phone a couple of times and nothing changed. I also just tried to make a call and it completely rebooted the phone.
View 8 Replies
View Related
Mar 30, 2014
So basically my Samsung Galaxy S3 was SIM locked when I bought it. After getting it unlocked (long after warranty was void) I noticed the guys installed a really bad ROM and I want to reflash with a stock firmware. Will this lock my phone to a single network provider SIM card again?
View 1 Replies
View Related
May 2, 2010
I'm just wondering if it would be possible (and legal) to port an Android app to desktop? I'm creating an android game that would work well on PC too (even with the cellphone like layout) and was thinking that maybe I could 'embed' an android emulator with an installer or would that process be a bit hard for a novice Java coder?
View 1 Replies
View Related
Nov 9, 2010
Anyone ever had this happen? Downloaded an update after the 2.1 upgrade and I sync'd my contacts with FB. It then deleted all of my contacts.So I deleted Facebook, re-stored all my contacts and reloaded Facebook. However, now it gets as far as installing and it never stops. It just stays on Installing.However, the FB app works fine on the phone itself.Is this a Market glitch? Is there anyway I can purge it from out of my downloads section?
View 2 Replies
View Related
Apr 12, 2010
I'm thinking of moving from iPhone to HTC Desire but unlike many people I actually like iTunes and while I appreciate I can get music from other sites (Amazon etc) I can't find anywhere where I can download music VIDEOS from to then copy to phone (note - download, not stream).
View 4 Replies
View Related
Oct 21, 2010
Are there any legal sites where I download market content? reason I ask his, I can't find some things on the market... I assume its a compatability issue but if I do it illegally they work on my wildfire. so if I want to do it legally how can I? or am I going to have to stick with illegals if I want the apps I do?
View 6 Replies
View Related
May 31, 2009
Like the Alarm Clock, Calculator, etc. I see that the source is available at :
http://source.android.com/
For example, the alarm clock I'm going to modify will "look exactly the same" as the built-in one, but there'll be a lot more functions. Is it legal to extend the functionality of the Alarm Clock and publish it as paid application?
View 8 Replies
View Related
Aug 18, 2010
I have seen some threads and people worried about Rooting and if it breaks contract. Well according to the government it is now legal. Source.
View 3 Replies
View Related
Aug 1, 2009
The following code leads to "java.lang.IllegalThreadStateException: Thread already started." the second time it is run through on the program This happens the second time updateUI.start() is called. I've stepped through it multiple times and the thread is called and completely runs to completion before hitting updateUI.start(). Calling updateUI.run() avoids the error but causes the thread to run in the UI thread (the calling thread, as mentioned in other posts on SO), which is not what I want. Can a Thread be started only once? If so than what do I do if I want to run the thread again? This particular thread is doing some calculation in the background, if I don't do it in the thread than it's done in the UI thread and the user has an unreasonably long wait.
View 5 Replies
View Related
Feb 3, 2010
Can anybody tell me what are the legal restrictions about using the android mascot?
View 2 Replies
View Related
Feb 10, 2010
I was wondering if the I Music App is legal. Seems way to much like limewire, but I've heard it is legal and it isn't? Is it?
View 23 Replies
View Related
May 30, 2010
Can someone please explain to me if tethering is free and legal? Why do some sites say Verizon will charge extra? Will they? Do they? So can you do it free and legally? How do you do it?
View 18 Replies
View Related
Oct 21, 2010
I have tried to update the default youtube app on my nexus one (Froyo) numerous times. I get the message "Error Installing - Package file was not signed correctly". I am trying to upgrade from 1.6.21 to 2.0.26.I have tried unmounting my SD card, clearing the cache for the android market, the download manager and the original youtube app.
View 5 Replies
View Related
Jul 13, 2009
Dear Android community, i've a license/legal question regarding asking Google directions to be drawn directly into the MapView. Some of you know that asking google http://maps.google.com/maps/nav will give directions in Json + a Polyline encoded form.What i would like to know is, where is the Terms of Service regarding this functionality? It is for Google internal use or not? There's also the KML which gives similar informations. Please note that it is NOT for real time driving directions but a path to be drawn from a point to another and your position NOT refreshed in real time and of course it is for an app downloadable free of charge.
View 3 Replies
View Related
Aug 9, 2010
Has anyone switched from a standard home internet to using just the droid X hotspot capabilties? If so how does the cost compare? I am considering getting two droid x's and paying for tethering if it will repalce my normal home internet which is via satellite and runs $45 a month.
View 6 Replies
View Related
Aug 11, 2012
I have seen many call recording apps in the Market, but am yet to find one that announces something like "This call may be recorded" at the beginning of the call, for states where this is legally required.
View 2 Replies
View Related
Sep 9, 2013
I have installed cyanogenmod 9 in my Sony Live Walkman, and the kernel that comes with it.
Can I install a new kernel (like rage kernel) without having to install the rom (CM9) again? It will work just replacing the kernel?
View 4 Replies
View Related