[android-developers] Re: "Intent does not resolve"

2013-06-01 Thread Bram Stolk
Ugh... it turned out I made a big mess in my project. First off, I reverted from iabv3 to iabv2 without knowing. Then I was missing the intent spec in the manifest. On Saturday, June 1, 2013 7:36:02 PM UTC-7, Bram Stolk wrote: > > Today I updated my app with in-app-billing. > The buy and restore

[android-developers] "Intent does not resolve"

2013-06-01 Thread Bram Stolk
Today I updated my app with in-app-billing. The buy and restore used to work fine before. But as of this release, customers can no longer 'restore purchases.' When I try it myself, I find this in the log: [1] MarketBillingService.sendResponseCode: Response RESULT_OK cannot be delivered to com.st

[android-developers] Re: [Android Studio]How to add library to my project

2013-06-01 Thread Pratama Nur Wijaya
On Saturday, 25 May 2013 10:04:04 UTC+7, Pratama Nur Wijaya wrote: > > Hello anyone can give some tutorial How to add library to my project on > Android Studio.. > > it's will be nice if i can have some video tutorial.. > > i follow tutorial from here.. > http://stackoverflow.com/questions/1658

Re: [android-developers] Including custom in client app

2013-06-01 Thread Latimerius
On Sat, Jun 1, 2013 at 3:39 PM, Marten Gajda wrote: > > I have an existing app A that's already installed by a couple of users and > I have developed a new app B that has a content provider and custom > permissions for access control. Now I want to add optional support for that > new content prov

Re: [android-developers] Including custom in client app

2013-06-01 Thread Navindian
Dvdv On 01-Jun-2013 7:14 PM, "Marten Gajda" wrote: > Hi list, > > I'd like to know if it's good practice to include a > definition used by a content provider in another app that uses the content > provider. > > Here is the problem: > > I have an existing app A that's already installed by a coupl

[android-developers] Including custom in client app

2013-06-01 Thread Marten Gajda
Hi list, I'd like to know if it's good practice to include a definition used by a content provider in another app that uses the content provider. Here is the problem: I have an existing app A that's already installed by a couple of users and I have developed a new app B that has a content