我写了一个名为“Bio View”的应用程序,如果我在 中搜索我的应用程序Google Play
,它不会显示,相反,如果我搜索BlueSkyBio(清单中的“appname”变量就是这样命名的),我可以找到我的应用程序。
<application
android:icon="@drawable/logo"
android:label="@string/app_name"
android:largeHeap="true"
android:theme="@style/AppTheme" >
<string name="app_name">BlueSkyBio</string>
我的问题是,我怎样才能在我的应用程序中添加标签,例如:bio
、、、等view
,bioview
这样我才能确保人们可以找到它?