java - Android MANIFEST.MF 等效项

标签 java android properties

普通 JVM 上,您可以使用META-INF/MANIFEST.MF 来声明应用程序属性,在J2ME 中,您可以使用.jad - 文件,但您可以在 Android 上做什么?

我需要一种方法来声明我可以在 Android 上使用 System.getProperties() 访问的属性。如果我可以使用与 MANIFEST.MF 相同的文件格式,那将是最好的 - 就像属性文件所使用的那样。

最佳答案

看起来像Resources会做你需要的。

关于java - Android MANIFEST.MF 等效项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/769533/

相关文章:

android - TBMP骨架 : Why are both onTurnBasedMatchReceived and onInvitationReceived not called on my physical device?

android - 混淆异常

javascript - 使用保留字作为属性名,重温

java - 想要在 Spring REST API 中包含关系

java - 从同步方法调用同步方法的同步成本是多少?

android - 未连接互联网时出现致命异常

objective-c - 未找到属性/方法?

ios - 属性(property)还是非属性(property)?

java - 使用 animateLayoutChanges 调整 EditText 大小时光标位于错误位置

java - Jackson:忽略属性而不是抛出 JsonMappingException