I want to create a app locker. it works well for android app lock lower than 4.03 and work on android 2.0 to 4.03 , but not working for 4.04. Here is my problem :
In android 4.04 , I got this message for running on each app :
08-16 15:43:00.291: I/ActivityManager(533): Displayed shortComponentName: +329ms
but in lower versions , I got app package name :
08-16 15:43:00.291: I/ActivityManager(533): Displayed com.test.app/com.test.app.Lock +329ms
how can I get package name on android 4.04
I have testet with Galaxy S3
thanks
Despite your problem, you will no longer be able to read logs of other applications (unless you run on rooted device).