Hi! I dont know much about coding so i decided to buy an app about quotes. 
The thing is i have opened it in android studio and want to make some 
changes. Specifically i want i want to change the button ''authors'' and 
instead of opening an activity i want to open a web link. How i am supposed 
to do that?
I hope this bit of code helps : 

I think the button i want to change is this in the android manifest
<activity
android:name="com.axdev.quotes.AuteursActivity"
android:label="@string/title_activity_auteurs"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.SEARCH" />
</intent-filter>

<!-- Points to searchable activity -->
<meta-data android:name="android.app.default_searchable"
android:value=".AuteursActivity" />

<!-- Points to searchable meta data -->
<meta-data android:name="android.app.searchable"
android:resource="@xml/searchable"/>
</activity>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/be8fe6b3-a014-45ec-809b-e1b79b06f2c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to