[android-developers] Reading Google Play PEGI level

2016-07-03 Thread BogDan
Hi, Is it possible to programmatically read the PEGI level set in Google Play (AFAIK there is no other system wide settings on this matter)? I'd like to use it in my own application to filter the content. Thanks. Yours, BogDan. -- You received this message because you are subscribed to the G

Re: [android-developers] android studio wont run the app

2016-07-03 Thread Hari Raj
Hi Good Morning! Please add "useLibrary 'org.apache.http.legacy'" this in dependency in gradle. On Sun, Jul 3, 2016 at 6:18 PM, Zac Ay wrote: > I am trying to run the starter code for android studios 2.1.2 but it > takes awfully long time and comes back null. There are no errors it > displays.

Re: [android-developers] Hello to All my partners

2016-07-03 Thread Hari Raj
ok.. On Sun, Jul 3, 2016 at 12:50 AM, naseer bhat wrote: > Hi Partners, > > My name is Naseer Bhat , I am working with Nityo Infotech as a Sr. > Technical Recruiter. I am taking care of my two direct clients i will be > sending you daily positions > > > > > Naseer Bhat > > -- > You received th

Re: [android-developers] cant see the application in my phone

2016-07-03 Thread Hari Raj
HI, please add the icon in drawable-idp,hdpi,xhdpi,xxhdpi On Sat, Jul 2, 2016 at 3:05 AM, Nadav Babin wrote: > hi i developed application and uploaded it to google store, but when i > installed the application i dont see the icon or my app in my phone. > is anyone know how to solve this problem

[android-developers] Troubles with in app purchases

2016-07-03 Thread Pierre-Antoine PĂ©ron
Hi I experience a big problem regarding in app purchases. In fact, when I try to make a purchase, the google play purchase window opens twice although other developers did not have the same issue with the same code. I am getting a bit desperate as it is one of the last thing to do before publi

Re: [android-developers] Block application install

2016-07-03 Thread 'Dario Dorando' via Android Developers
This app is a preinstalled system app used to install other apps... if you restrict access to this one, you are done. Am 03.07.2016 7:42 nachm. schrieb "Adrian Tudor" : > I wasn't able to find that app. But i don't want an app, i want to build > an app :) > > On Sunday, July 3, 2016 at 6:23:37 PM

[android-developers] Choose Automatically Network using ADB in a bat file (Android)

2016-07-03 Thread Ricardo Calzada
I want to set "Choose automatically" mobile networks using ADB commands in a bat file When I work with AT commands I use: AT+cops=0 Is it possible do the same with ADB commands? Do I need to root the phone?

Re: [android-developers] Block application install

2016-07-03 Thread Adrian Tudor
I wasn't able to find that app. But i don't want an app, i want to build an app :) On Sunday, July 3, 2016 at 6:23:37 PM UTC+3, Dario Dorando wrote: > > There is an app called "Package Installer", which installs every package > (apk & Playstore). You can simply set a password query for this one.

[android-developers] Error on Emulator

2016-07-03 Thread Cris Anthony Barbosa
Im just new to Android studio. i am using android studio 2.1.2 and i encountered an error on emulating a simple app. what can i do to make it work? -- You received

[android-developers] Lonje chat-free mobile app

2016-07-03 Thread Anna Vasilyev
Lonje chat-free mobile app for everybody. Just install an application, which is compatible with all mobile devices, and connect with every piece of the world. Share you feelings, posts, images, text or links with people around neighborhood or in every other country. www.lonje.com www.chat.lo

Re: [android-developers] SURELY, someone out there can help/explain this to me.

2016-07-03 Thread Mark Phillips
Bob, You need to show us your layout files and any code that changes the layouts if we are going to be able to help you. Mark On Sat, Jul 2, 2016 at 8:19 PM, Bob B. wrote: > Hi all, > > (as you read through this) > -- I am not hard coding ANY dimensions or sizes for anything > -- All elements

Re: [android-developers] Block application install

2016-07-03 Thread 'Dario Dorando' via Android Developers
There is an app called "Package Installer", which installs every package (apk & Playstore). You can simply set a password query for this one. This prevents every application from (un-)installing unless you enter the right password. Am 03.07.2016 11:24 vorm. schrieb "Adrian Tudor" : > I want to mak

[android-developers] android studio wont run the app

2016-07-03 Thread Zac Ay
I am trying to run the starter code for android studios 2.1.2 but it takes awfully long time and comes back null. There are no errors it displays. I was using android 1.0 and it was working fine but ever since i updated to the current version, I have not been able to run any kind of code. --

[android-developers] Checking Senders' Permissions in an Intent IPC

2016-07-03 Thread Hongxu Chen
Hi, I'm writing an app (say, appA) that allows others (suppose one of them is appB) to start it via an intent. Since appA is doing some operations that require a special permission (PERM), I hope to check inside appA to ensure that appB has PERM (I dislike checking it inside appB). A first

[android-developers] Block application install

2016-07-03 Thread Adrian Tudor
I want to make an application that block all new applications install. (Block all .apk install and all play store install) I don't have root access on my device. So when i want to install an app, an popup with a password should appear. I just want to block all. I searched but didn't find an

[android-developers] Re: Saving Data on External Storage

2016-07-03 Thread Paolo Turatti
Hello, I am able to write on the external storage (sdcard) but I am not able to write on the secondary storage ( external sd card) which is microsd or usb devices. Did you have a solution for this? Il giorno domenica 3 luglio 2016 06:10:25 UTC+2, gjs ha scritto: > > See https://developer.androi