Android: Start Activity from preferences.xml

后端 未结 12 1956
轮回少年
轮回少年 2020-12-04 13:16

I would like to start an Activity from a default preferences.xml, with < intent > tag. The Activities are well tested, the problem is not with that. (I\'m extending Prefe

12条回答
  •  离开以前
    2020-12-04 13:21

    
    
    

    Please care use packgename in build.gradle(app)
    applicationId "com.some.some"
    my package was like this "com.some.love" in manifest and class I got exception while running .This Solved me
    reference @style-7

提交回复
热议问题