Ajout de la classe Information ainsi que du fichier info.html, qui servent a l'affichage de la page d'information

This commit is contained in:
Bertrand BRUN 2011-01-31 23:13:43 +01:00
parent 546f105223
commit 9a2d613f41
2 changed files with 7 additions and 0 deletions

View File

View File

@ -0,0 +1,7 @@
package org.pticlic;
import android.app.Activity;
public class Information extends Activity {
}