Re: [android-developers] Google policy to comply for collecting installed app list

2015-02-18 Thread freakingtux
On Monday, February 16, 2015 at 11:28:51 PM UTC+1, TreKing wrote: On Mon, Feb 16, 2015 at 4:11 AM, Nitin choudhary ernit...@gmail.com javascript: wrote: My Android application is collecting installed app list from user's device, As it is user's private information , So how to comply

[android-developers] Why are RecyclerView's notifyItemChanged/Inserted/Removed declared final?

2015-02-18 Thread Sheng-Dean
Hi everyone, I'm trying to extend the RecyclerView.Adapter class however I noticed that all of the notifyDataSetChanged() and notifyItemChanged/Inserted/Removed() method are declared final. Looking into the source code, these notify methods simply notify the RecyclerView's observer. Can any

[android-developers] System app can not open /dev/inputX using O_RDWR

2015-02-18 Thread Miha
Hi! I'm reposting this from android-platform, as there was no response. Perhaps someone here knows how to fix this? I have a system app (signed with platform keys), and this app is injecting events. It is using uinput and tries to use /dev/input/eventN (where N is a number) as well. If I run

[android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-18 Thread Fran
My stack dump, BTW: 0java.lang.NullPointerException1 at java.io.File.fixSlashes(File.java:205)2 at java.io.File.init(File.java:189)3 at java.io.File.init(File.java:139)4 at com.splunk.mint.DataFlusher$1.void run()(Unknown Source)5 at java.lang.Thread.run(Thread.java:1019)6 at

[android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-18 Thread Fran
It seems this problem persists more than three years after. I am experiencing the same problem right now, all of them with Android 2.3.4 On Sunday, June 5, 2011 at 4:21:31 PM UTC+2, Derek wrote: Hi all, We get crash reports with the following error: java.lang.NullPointerException at

Re: [android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2015-02-18 Thread Sérgio Faria
Given the stack above, it seems you're doing new File(null) https://android.googlesource.com/platform/libcore/+/android-2.3.4_r1/luni/src/main/java/java/io/File.java 2015-02-18 11:45 GMT+00:00 Fran fmmar...@gmail.com: It seems this problem persists more than three years after. I am

[android-developers] INSTALL_FAILED_DUPLICATE_PERMISSION

2015-02-18 Thread Marten Gajda
Hi all, we've some problems with Android 5. There seems to be a new policy that requires two apps that define the same permissions to be signed by the same key. Otherwise you can't install the app getting the error INSTALL_FAILED_DUPLICATE_PERMISSION. This is very annoying and I'd like to