android-manifest
multiple apps, sharing same data directory
my end goal is to have two apps, a \"main\" app (which will do all the work the user wants it to do), and a \"licence\" app, which will check if the app is licensed.[详细]
2023-03-30 03:53 分类:问答Android - adding class to manifest
I\'m a newbie to Android, so pardon me for asking (probably) the obvious. I\'ve created a class similar to this:[详细]
2023-03-30 00:31 分类:问答In an AndroidManfiest.xml file, what is the impact of renaming/moving/removing activities?
Many/most of the settings in AndroidManifest.xml have a public impact. Changing the package name changes the identity of the app in the store. Changing uses-permission changes the list of permissions[详细]
2023-03-29 19:08 分类:问答Android Select Photo startActivityForResult always returns RESULT_CANCELED
I do this: startActivityForResult(new In开发者_StackOverflow社区tent(Intent.ACTION_PICK,android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), 1);[详细]
2023-03-29 14:33 分类:问答How is an Intent Service Declared in the Android Manifest?
Straight forward question: Is an IntentService declared in the Android Manifest as a regular service, or is there another way? It tried searching for it, but I couldn\'t find the answer.[详细]
2023-03-29 14:06 分类:问答MEDIA_MOUNTED broadcast not being received
I\'m baffled. I\'m trying to configure my app to respond to the SD card becoming available / going offline, but my broadcast receiver never gets called![详细]
2023-03-29 13:16 分类:问答Android Tutorial 'HelloTabWidget'
I think I\'ve added the code exactly as it says on the android tab layout tutorial and corrected any problems. The app seems to compile ok but when I run it on the emulator it says \'The application *[详细]
2023-03-29 10:54 分类:问答start activity from browser
Im trying to register a protocol in my app whereby a url executed in the android browser will launch my activity, all the examples Ive seen on the web say to add an Intent Filter on my activity such a[详细]
2023-03-29 09:05 分类:问答Calling a class in one APK from another class not in the apk
I have an apk that contains a classes.dex. If I baksmali开发者_StackOverflow中文版 it, I see a class inside it that I want to call from another class. This other class is not one that\'s in the apk, b[详细]
2023-03-29 05:34 分类:问答Enabling and disabling title bar in android
I want to enable and disable the title bar ba开发者_StackOverflow社区sed on the entry point for the activity. How can i do it(may it be in xml or in code)?[详细]
2023-03-28 22:28 分类:问答
加载中,请稍侯......