android-manifest
refactoring problem with one of my classes
i开发者_如何学C wrote a program and i named my class StatusListActivity which extend Activityand is the launcher and main class. I tried refactoring it bychanging the name to something else and whenev[详细]
2023-03-28 19:16 分类:问答db4o on Honeycomb Db4oException: File format incompatible
I\'m using db4o in a small project that works great on Android 2.2, 2.3, etc. On Honeycomb, however, database initialization results in the following error:[详细]
2023-03-28 18:51 分类:问答create a permissions to restrict third party apps calling an activity android
I am having two android apps signed with same certificate. Also i am using the activity of one app in other android app by specifying a name in \"intent-filter\" tag. But because of \"intent-filter\"[详细]
2023-03-28 11:03 分类:问答minSdkVersion positive 32-bit integer
I am trying to publish an application in the market and i am getting the following error. Market requires the minSdkVersion to be set to a positive 32-bit[详细]
2023-03-28 09:23 分类:问答Reading all files in the Android file system
I am writing an Android mediaPlayer app, so I want to scan through all files on the entire phone (i.e. sdcard and phone memory). I can read开发者_运维问答 from the sdcard, but not the root of it. That[详细]
2023-03-28 00:44 分类:问答Converting an my service into System service
I have created a Service that needs PowerManager.reboot to reboot the system as and when required. Although I have added \"android.permission.REBOOT\" permission to my service Manifest file, call from[详细]
2023-03-27 19:41 分类:问答Android Simple Camera Activity
I\'m simply trying to automate a fixed phone to take pictures. (I don\'t want a preview in UI, just need the image saved to SD card).I get a \"Failed to connect to camera service\" at the line where I[详细]
2023-03-27 13:57 分类:问答reversePortait vs. reversePortrait orientation
I wanted to set android:screenOrientation to \"reversePortrait\" in manifest as described here http:开发者_如何转开发//developer.android.com/guide/topics/manifest/activity-element.html#screen[详细]
2023-03-27 08:37 分类:问答Android:open app from browser
I need to open the my application from browser when some pattern matching url come,I have implement using Intercepting links from the browser to open my Android app .It is used for ur开发者_Python百科[详细]
2023-03-27 08:09 分类:问答How to check if user has disable internet?
My app needs internet connection so itcheck if user have connection or not. But it check that only when activity starts so how I can detect if user has no connection after activity is started?[详细]
2023-03-27 02:35 分类:问答